View Pit Stop page for race #16 by kailash_392 — Ghost race
View profile for KAILASH (kailash_392)
Official speed | 26.72 wpm (68.26 seconds elapsed during race) |
---|---|
Race Start | June 8, 2023 9:37:46am UTC |
Race Finish | June 8, 2023 9:38:54am UTC |
Outcome | No win (2 of 3) |
Accuracy | 95.0% |
Points | 8.91 |
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) |