Henry (henrym0503)

Race #12

View Pit Stop page for race #12 by henrym0503Ghost race

View profile for Henry (henrym0503)

Official speed 28.87 wpm (63.18 seconds elapsed during race)
Race Start May 31, 2016 11:04:06pm UTC
Race Finish May 31, 2016 11:05:09pm UTC
Outcome No win (4 of 5)
Opponents 2. marliseu (51.20 wpm)
6. dsummers (27.81 wpm)
Accuracy 89.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)