View Pit Stop page for race #3 by kashmiri_357 — Ghost race
View profile for Kashmiri (kashmiri_357)
Official speed | 24.42 wpm (74.69 seconds elapsed during race) |
---|---|
Race Start | May 24, 2023 6:38:47pm UTC |
Race Finish | May 24, 2023 6:40:01pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 8.14 |
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) |