View Pit Stop page for race #1 by geniusno1 — Ghost race
View profile for Adarsh (geniusno1)
Official speed | 32.83 wpm (55.56 seconds elapsed during race) |
---|---|
Race Start | June 9, 2011 9:18:20am UTC |
Race Finish | June 9, 2011 9:19:15am UTC |
Outcome | No win (3 of 3) |
Accuracy | 97.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) |