View Pit Stop page for race #2 by jackyjac — Ghost race
View profile for Jacky (jackyjac)
Official speed | 35.07 wpm (65.01 seconds elapsed during race) |
---|---|
Race Start | August 24, 2021 7:42:27pm UTC |
Race Finish | August 24, 2021 7:43:32pm UTC |
Outcome | No win (3 of 2) |
Opponents |
2. ghaws (35.88 wpm) |
Accuracy | 95.0% |
Points | 13.44 |
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 |