View Pit Stop page for race #2 by jallis — Ghost race
View profile for jarl sondre (jallis)
Official speed | 32.43 wpm (56.24 seconds elapsed during race) |
---|---|
Race Start | October 10, 2013 10:40:40pm UTC |
Race Finish | October 10, 2013 10:41:36pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 90.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) |