View Pit Stop page for race #55 by hyper_racer — Ghost race
View profile for kewl (hyper_racer)
| Official speed | 77.68 wpm (29.35 seconds elapsed during race) |
|---|---|
| Race Start | July 29, 2019 12:30:12pm UTC |
| Race Finish | July 29, 2019 12:30:41pm UTC |
| Outcome | Win (1 of 2) |
| Opponents |
2. storm (63.31 wpm) |
| Accuracy | 96.0% |
| Points | 29.78 |
| Text | #10019 (Length: 190 characters) import string from random import * characters = string.ascii_letters + string.punctuation + string.digits password = "".join(choice(characters) for x in range(randint(8, 16))) print password |