View Pit Stop page for race #1 by zelniq — Ghost race
View profile for Jason (zelniq)
| Official speed | 66.23 wpm (34.43 seconds elapsed during race) |
|---|---|
| Race Start | November 27, 2019 8:08:17pm UTC |
| Race Finish | November 27, 2019 8:08:52pm UTC |
| Outcome | Win (1 of 2) |
| Opponents |
3. tastfyper (52.68 wpm) |
| Accuracy | 96.0% |
| Points | 25.39 |
| 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 |