View Pit Stop page for race #1 by artemisfowl3rd — Ghost race
View profile for w (artemisfowl3rd)
Official speed | 79.25 wpm (23.02 seconds elapsed during race) |
---|---|
Race Start | December 13, 2013 8:21:47pm UTC |
Race Finish | December 13, 2013 8:22:10pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 98.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) |