View Pit Stop page for race #25 by predator_1001 — Ghost race
View profile for Predator (predator_1001)
| Official speed | 32.32 wpm (56.44 seconds elapsed during race) |
|---|---|
| Race Start | July 21, 2024 3:30:10am UTC |
| Race Finish | July 21, 2024 3:31:06am UTC |
| Outcome | Win (1 of 3) |
| Opponents |
2. grt23 (30.77 wpm) |
| Accuracy | 96.0% |
| Points | 10.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) |