typeyMcTypeFace (mslib9)

Race #9

View Pit Stop page for race #9 by mslib9Ghost race

View profile for typeyMcTypeFace (mslib9)

Official speed 38.05 wpm (47.94 seconds elapsed during race)
Race Start August 23, 2016 5:27:07am UTC
Race Finish August 23, 2016 5:27:55am UTC
Outcome No win (2 of 3)
Accuracy 91.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)