View Pit Stop page for race #73 by bladevampirek — Ghost race
View profile for Achromatic - youtu.be/VuzE718Ac1M (bladevampirek)
Official speed | 77.10 wpm (29.57 seconds elapsed during race) |
---|---|
Race Start | July 24, 2019 7:52:29pm UTC |
Race Finish | July 24, 2019 7:52:59pm UTC |
Outcome | Win (1 of 2) |
Opponents |
2. actuallyaccurate4life (66.32 wpm) |
Accuracy | 98.0% |
Points | 29.55 |
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 |