View Pit Stop page for race #54 by deroche1 — Ghost race
View profile for deroche (deroche1)
| Official speed | 107.40 wpm (21.23 seconds elapsed during race) |
|---|---|
| Race Start | February 16, 2019 5:53:44am UTC |
| Race Finish | February 16, 2019 5:54:05am UTC |
| Outcome | No win (3 of 3) |
| Opponents |
1. sidd_ (132.20 wpm) 2. arc_sec (120.60 wpm) |
| Accuracy | 95.0% |
| Points | 41.17 |
| 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 |