View Pit Stop page for race #37 by hamza_g — Ghost race
View profile for Hamza (hamza_g)
Official speed | 44.73 wpm (40.78 seconds elapsed during race) |
---|---|
Race Start | July 30, 2022 7:49:15am UTC |
Race Finish | July 30, 2022 7:49:56am UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 14.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) |