View Pit Stop page for race #242 by karanjain18 — Ghost race
View profile for Karan Jain (karanjain18)
Official speed | 63.76 wpm (35.76 seconds elapsed during race) |
---|---|
Race Start | April 7, 2020 1:43:57pm UTC |
Race Finish | April 7, 2020 1:44:33pm UTC |
Outcome | Win (1 of 2) |
Opponents |
2. kiran11621 (25.21 wpm) |
Accuracy | 97.0% |
Points | 24.44 |
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 |