MEN (menmentsu)

Race #7

View Pit Stop page for race #7 by menmentsuGhost race

View profile for MEN (menmentsu)

Official speed 85.47 wpm (26.68 seconds elapsed during race)
Race Start February 27, 2019 12:34:03am UTC
Race Finish February 27, 2019 12:34:30am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 32.76
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