View Pit Stop page for race #116 by bladevampirek — Ghost race
View profile for Achromatic - youtu.be/VuzE718Ac1M (bladevampirek)
Official speed | 70.83 wpm (32.19 seconds elapsed during race) |
---|---|
Race Start | August 31, 2019 2:12:35am UTC |
Race Finish | August 31, 2019 2:13:07am UTC |
Outcome | No win (2 of 2) |
Opponents |
1. landarian (93.80 wpm) |
Accuracy | 96.0% |
Points | 27.15 |
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 |