View Pit Stop page for race #14 by maruf1010 — Ghost race
View profile for maruf (maruf1010)
| Official speed | 25.93 wpm (70.34 seconds elapsed during race) |
|---|---|
| Race Start | April 6, 2018 9:42:06am UTC |
| Race Finish | April 6, 2018 9:43:16am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 93.0% |
| Points | 8.64 |
| 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) |