View Pit Stop page for race #40 by bladevampirek — Ghost race
View profile for Achromatic - youtu.be/VuzE718Ac1M (bladevampirek)
Official speed | 80.70 wpm (28.25 seconds elapsed during race) |
---|---|
Race Start | March 30, 2019 7:47:21am UTC |
Race Finish | March 30, 2019 7:47:49am UTC |
Outcome | Win (1 of 3) |
Accuracy | 98.0% |
Points | 30.93 |
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 |