View Pit Stop page for race #4 by bladevampirek — Ghost race
View profile for Achromatic - youtu.be/VuzE718Ac1M (bladevampirek)
Official speed | 68.22 wpm (33.42 seconds elapsed during race) |
---|---|
Race Start | December 4, 2018 7:07:18am UTC |
Race Finish | December 4, 2018 7:07:51am UTC |
Outcome | No win (2 of 2) |
Opponents |
1. chillee (95.71 wpm) |
Accuracy | 99.0% |
Points | 26.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 |