Alex (alexey0)

Race #38

View Pit Stop page for race #38 by alexey0Ghost race

View profile for Alex (alexey0)

Official speed 28.77 wpm (63.40 seconds elapsed during race)
Race Start September 23, 2014 6:42:42am UTC
Race Finish September 23, 2014 6:43:45am UTC
Outcome No win (3 of 3)
Accuracy 95.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)