View Pit Stop page for race #73 by rana_1996 — Ghost race
View profile for Rana (rana_1996)
Official speed | 20.53 wpm (88.85 seconds elapsed during race) |
---|---|
Race Start | November 23, 2019 6:35:55pm UTC |
Race Finish | November 23, 2019 6:37:23pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 87.0% |
Points | 6.84 |
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) |