View Pit Stop page for race #11 by imslow10 — Ghost race
View profile for twitch.tv/CGreyIce (imslow10)
Official speed | 82.39 wpm (27.67 seconds elapsed during race) |
---|---|
Race Start | July 15, 2025 3:10:07pm UTC |
Race Finish | July 15, 2025 3:10:34pm UTC |
Outcome | No win (2 of 2) |
Accuracy | 95.0% |
Points | 31.58 |
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 |