View Pit Stop page for race #8 by hellothen — Ghost race
View profile for SalmanMKC (hellothen)
Official speed | 72.61 wpm (31.40 seconds elapsed during race) |
---|---|
Race Start | January 27, 2019 10:59:02pm UTC |
Race Finish | January 27, 2019 10:59:33pm UTC |
Outcome | No win (3 of 4) |
Opponents |
1. sidd_ (137.98 wpm) 2. delirious (102.87 wpm) 4. poem (64.08 wpm) |
Accuracy | 96.0% |
Points | 27.83 |
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 |