View Pit Stop page for race #7 by maruf1010 — Ghost race
View profile for maruf (maruf1010)
Official speed | 23.65 wpm (77.12 seconds elapsed during race) |
---|---|
Race Start | April 6, 2018 9:29:24am UTC |
Race Finish | April 6, 2018 9:30:41am UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 7.88 |
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) |