View Pit Stop page for race #38 by oh_yeah_go — Ghost race
View profile for kostis (oh_yeah_go)
Official speed | 39.56 wpm (46.11 seconds elapsed during race) |
---|---|
Race Start | January 24, 2022 7:49:56pm UTC |
Race Finish | January 24, 2022 7:50:42pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 13.19 |
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) |