Snorlax (pidude314)

Race #2

View Pit Stop page for race #2 by pidude314Ghost race

View profile for Snorlax (pidude314)

Official speed 42.67 wpm (42.75 seconds elapsed during race)
Race Start May 8, 2015 11:53:58am UTC
Race Finish May 8, 2015 11:54:41am UTC
Outcome Win (1 of 3)
Accuracy 99.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)