View Pit Stop page for race #131 by arc_sec — Ghost race
View profile for Vielle (arc_sec)
| Official speed | 142.22 wpm (16.03 seconds elapsed during race) |
|---|---|
| Race Start | August 11, 2020 12:47:33am UTC |
| Race Finish | August 11, 2020 12:47:49am UTC |
| Outcome | Win (1 of 3) |
| Opponents |
2. lesirh (122.29 wpm) 3. bremitorix (95.68 wpm) |
| Accuracy | 99.0% |
| Points | 54.52 |
| 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 |