View Pit Stop page for race #1 by santy24 — Ghost race
View profile for Santy24 (santy24)
Official speed | 28.46 wpm (64.09 seconds elapsed during race) |
---|---|
Race Start | June 21, 2023 4:30:43am UTC |
Race Finish | June 21, 2023 4:31:47am UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 9.49 |
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) |