Aditya Prakash (typist2)

Race #5

View Pit Stop page for race #5 by typist2Ghost race

View profile for Aditya Prakash (typist2)

Official speed 30.65 wpm (59.51 seconds elapsed during race)
Race Start January 13, 2012 9:13:04am UTC
Race Finish January 13, 2012 9:14:04am UTC
Outcome Win (1 of 3)
Accuracy 83.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)