View Pit Stop page for race #1 by aayushd100 — Ghost race
View profile for Aayush (aayushd100)
Official speed | 25.84 wpm (70.59 seconds elapsed during race) |
---|---|
Race Start | February 26, 2017 1:56:21pm UTC |
Race Finish | February 26, 2017 1:57:32pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 0.00 |
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) |