View Pit Stop page for race #175 by rana_1996 — Ghost race
View profile for Rana (rana_1996)
Official speed | 29.06 wpm (62.77 seconds elapsed during race) |
---|---|
Race Start | January 15, 2020 1:37:58pm UTC |
Race Finish | January 15, 2020 1:39:01pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 9.69 |
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) |