View Pit Stop page for race #11 by s1l3n7 — Ghost race
View profile for beFriend💚 (s1l3n7)
| Official speed | 47.31 wpm (38.55 seconds elapsed during race) |
|---|---|
| Race Start | September 25, 2018 10:38:17pm UTC |
| Race Finish | September 25, 2018 10:38:56pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 97.0% |
| Points | 15.77 |
| 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) |