View Pit Stop page for race #38 by a_anand_12 — Ghost race
View profile for abhishek (a_anand_12)
Official speed | 22.96 wpm (79.44 seconds elapsed during race) |
---|---|
Race Start | December 12, 2022 2:08:51pm UTC |
Race Finish | December 12, 2022 2:10:11pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 7.65 |
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) |