View Pit Stop page for race #8 by imanranjbar — Ghost race
View profile for Iman Ranjbar (imanranjbar)
Official speed | 30.60 wpm (59.61 seconds elapsed during race) |
---|---|
Race Start | April 16, 2023 5:56:12pm UTC |
Race Finish | April 16, 2023 5:57:11pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 94.0% |
Points | 10.20 |
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) |