View Pit Stop page for race #22 by oh_yeah_go — Ghost race
View profile for kostis (oh_yeah_go)
Official speed | 33.61 wpm (54.27 seconds elapsed during race) |
---|---|
Race Start | January 24, 2022 4:51:22pm UTC |
Race Finish | January 24, 2022 4:52:16pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 93.0% |
Points | 11.20 |
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) |