police (styrofoam)

Race #162

View Pit Stop page for race #162 by styrofoamGhost race

View profile for police (styrofoam)

Official speed 90.03 wpm (25.32 seconds elapsed during race)
Race Start January 27, 2019 11:25:03pm UTC
Race Finish January 27, 2019 11:25:29pm UTC
Outcome No win (3 of 5)
Opponents 1. sidd_ (126.79 wpm)
2. delirious (98.48 wpm)
4. hellothen (76.98 wpm)
5. poem (64.41 wpm)
Accuracy 96.0%
Points 34.51
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