KW (kiawa88)

Race #26

View Pit Stop page for race #26 by kiawa88Ghost race

View profile for KW (kiawa88)

Official speed 36.64 wpm (49.78 seconds elapsed during race)
Race Start July 8, 2015 11:02:05am UTC
Race Finish July 8, 2015 11:02:55am UTC
Outcome No win (2 of 3)
Accuracy 90.0%
Points 0.00
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)