View Pit Stop page for race #1 by kiirojay — Ghost race
View profile for Kiiro (kiirojay)
| Official speed | 28.32 wpm (80.51 seconds elapsed during race) |
|---|---|
| Race Start | February 7, 2025 3:09:41pm UTC |
| Race Finish | February 7, 2025 3:11:01pm UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 91.0% |
| Points | 10.86 |
| 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 |