View Pit Stop page for race #6 by oh_yeah_go — Ghost race
View profile for kostis (oh_yeah_go)
Official speed | 29.51 wpm (61.81 seconds elapsed during race) |
---|---|
Race Start | January 23, 2022 5:46:44pm UTC |
Race Finish | January 23, 2022 5:47:46pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 92.0% |
Points | 9.84 |
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) |