Alex (typeracer)

Race #211

View Pit Stop page for race #211 by typeracerGhost race

View profile for Alex (typeracer)

Official speed 47.11 wpm (38.72 seconds elapsed during race)
Race Start December 14, 2008 5:42:55am UTC
Race Finish December 14, 2008 5:43:33am UTC
Outcome No win (2 of 2)
Opponents 1. drunkvalikor (67.01 wpm)
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)