View Pit Stop page for race #33 by oh_yeah_go — Ghost race
View profile for kostis (oh_yeah_go)
Official speed | 34.58 wpm (52.75 seconds elapsed during race) |
---|---|
Race Start | January 24, 2022 7:39:14pm UTC |
Race Finish | January 24, 2022 7:40:07pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 11.53 |
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) |