Paul (paljk)

Race #6

View Pit Stop page for race #6 by paljkGhost race

View profile for Paul (paljk)

Official speed 26.97 wpm (67.63 seconds elapsed during race)
Race Start September 8, 2017 9:54:52am UTC
Race Finish September 8, 2017 9:56:00am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 8.99
Text #10006 (Length: 152 characters)

print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)