Muhammad (as7771)

Race #15

View Pit Stop page for race #15 by as7771Ghost race

View profile for Muhammad (as7771)

Official speed 27.54 wpm (66.23 seconds elapsed during race)
Race Start May 16, 2014 6:59:39am UTC
Race Finish May 16, 2014 7:00:45am UTC
Outcome No win (2 of 3)
Accuracy 82.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)