Ben (benjkcw)

Race #19

View Pit Stop page for race #19 by benjkcwGhost race

View profile for Ben (benjkcw)

Official speed 75.91 wpm (24.03 seconds elapsed during race)
Race Start October 7, 2017 12:02:47am UTC
Race Finish October 7, 2017 12:03:12am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 25.30
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)