police (styrofoam)

Race #29

View Pit Stop page for race #29 by styrofoamGhost race

View profile for police (styrofoam)

Official speed 78.14 wpm (29.18 seconds elapsed during race)
Race Start October 31, 2018 7:30:04pm UTC
Race Finish October 31, 2018 7:30:33pm UTC
Outcome No win (1 of 1)
Accuracy 96.0%
Points 29.96
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