Aaron (saint8900)

Race #9

View Pit Stop page for race #9 by saint8900Ghost race

View profile for Aaron (saint8900)

Official speed 34.73 wpm (52.52 seconds elapsed during race)
Race Start February 20, 2012 3:14:58am UTC
Race Finish February 20, 2012 3:15:50am UTC
Outcome No win (3 of 3)
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)