Maxwell (mwrona)

Race #33

View Pit Stop page for race #33 by mwronaGhost race

View profile for Maxwell (mwrona)

Official speed 34.15 wpm (53.41 seconds elapsed during race)
Race Start January 22, 2013 4:37:50pm UTC
Race Finish January 22, 2013 4:38:44pm UTC
Outcome No win (3 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)