View Pit Stop page for race #2 by chakk — Ghost race
View profile for im liquid smooth (chakk)
Official speed | 140.07 wpm (16.28 seconds elapsed during race) |
---|---|
Race Start | October 31, 2018 7:59:41pm UTC |
Race Finish | October 31, 2018 7:59:57pm UTC |
Outcome | No win (1 of 1) |
Accuracy | 98.0% |
Points | 53.70 |
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 |