View Pit Stop page for race #19 by a_anand_12 — Ghost race
View profile for abhishek (a_anand_12)
Official speed | 13.55 wpm (134.61 seconds elapsed during race) |
---|---|
Race Start | December 5, 2022 2:02:03pm UTC |
Race Finish | December 5, 2022 2:04:18pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 4.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) |