View Pit Stop page for race #45 by atthetop — Ghost race
View profile for Shoemaker-Levy 9 (atthetop)
Official speed | 75.72 wpm (30.11 seconds elapsed during race) |
---|---|
Race Start | November 1, 2018 2:45:01am UTC |
Race Finish | November 1, 2018 2:45:31am UTC |
Outcome | No win (2 of 2) |
Opponents |
1. styrofoam (90.23 wpm) |
Accuracy | 94.0% |
Points | 29.02 |
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 |