(mononym_jisoo)

Race #8

View Pit Stop page for race #8 by mononym_jisooGhost race

View profile for (mononym_jisoo)

Official speed 75.10 wpm (30.36 seconds elapsed during race)
Race Start September 9, 2019 3:24:23am UTC
Race Finish September 9, 2019 3:24:53am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 28.79
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