(mononym_jisoo)

Race #5

View Pit Stop page for race #5 by mononym_jisooGhost race

View profile for (mononym_jisoo)

Official speed 68.10 wpm (33.48 seconds elapsed during race)
Race Start September 9, 2019 3:20:19am UTC
Race Finish September 9, 2019 3:20:52am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 26.11
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