View Pit Stop page for race #4 by nima_naderi — Ghost race
View profile for Nima (nima_naderi)
Official speed | 46.56 wpm (39.18 seconds elapsed during race) |
---|---|
Race Start | April 30, 2023 11:23:28am UTC |
Race Finish | April 30, 2023 11:24:07am UTC |
Outcome | No win (2 of 3) |
Accuracy | 96.0% |
Points | 15.52 |
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) |