View Pit Stop page for race #10 by oh_yeah_go — Ghost race
View profile for kostis (oh_yeah_go)
Official speed | 40.34 wpm (45.22 seconds elapsed during race) |
---|---|
Race Start | January 23, 2022 5:51:42pm UTC |
Race Finish | January 23, 2022 5:52:27pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 13.45 |
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) |