View Pit Stop page for race #22 by chakk — Ghost race
View profile for im liquid smooth (chakk)
Official speed | 147.05 wpm (15.50 seconds elapsed during race) |
---|---|
Race Start | November 23, 2018 9:57:30pm UTC |
Race Finish | November 23, 2018 9:57:45pm UTC |
Outcome | Win (1 of 3) |
Opponents |
2. 1a2a (111.74 wpm) 3. notapplicable (82.85 wpm) |
Accuracy | 99.0% |
Points | 56.37 |
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 |