View Pit Stop page for race #61 by a_anand_12 — Ghost race
View profile for abhishek (a_anand_12)
Official speed | 29.16 wpm (62.55 seconds elapsed during race) |
---|---|
Race Start | December 18, 2022 2:51:07am UTC |
Race Finish | December 18, 2022 2:52:10am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 9.72 |
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) |