View Pit Stop page for race #9 by its_over_i_have_da_high_ground — Ghost race
View profile for i_type_fast_with_good_posture (its_over_i_have_da_high_ground)
| Official speed | 56.85 wpm (40.11 seconds elapsed during race) |
|---|---|
| Race Start | April 16, 2021 5:57:11am UTC |
| Race Finish | April 16, 2021 5:57:51am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 97.0% |
| Points | 21.79 |
| 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 |