View Pit Stop page for race #1 by zulwasright — Ghost race
View profile for zulwasright (zulwasright)
Official speed | 70.97 wpm (32.13 seconds elapsed during race) |
---|---|
Race Start | May 23, 2023 12:15:31pm UTC |
Race Finish | May 23, 2023 12:16:03pm UTC |
Outcome | Win (1 of 2) |
Opponents |
2. majesticfry (54.83 wpm) |
Accuracy | 96.0% |
Points | 27.20 |
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 |