Jonathan (jwoo516)

Race #1

View Pit Stop page for race #1 by jwoo516Ghost race

View profile for Jonathan (jwoo516)

Official speed 35.96 wpm (50.72 seconds elapsed during race)
Race Start March 6, 2012 10:53:24pm UTC
Race Finish March 6, 2012 10:54:15pm UTC
Outcome Win (1 of 3)
Accuracy 89.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)