View Pit Stop page for race #2 by tarachand91 — Ghost race
View profile for Tarachand (tarachand91)
Official speed | 42.08 wpm (43.35 seconds elapsed during race) |
---|---|
Race Start | May 24, 2023 5:46:57pm UTC |
Race Finish | May 24, 2023 5:47:40pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 95.0% |
Points | 14.03 |
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) |