Muhammad (as7771)

Race #17

View Pit Stop page for race #17 by as7771Ghost race

View profile for Muhammad (as7771)

Official speed 35.22 wpm (51.79 seconds elapsed during race)
Race Start May 22, 2014 4:23:59am UTC
Race Finish May 22, 2014 4:24:50am UTC
Outcome Win (1 of 3)
Accuracy 88.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)