View Pit Stop page for race #37 by a_anand_12 — Ghost race
View profile for abhishek (a_anand_12)
Official speed | 23.09 wpm (79.00 seconds elapsed during race) |
---|---|
Race Start | December 12, 2022 2:07:08pm UTC |
Race Finish | December 12, 2022 2:08:27pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 7.70 |
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) |