(mononym_jisoo)

Race #11

View Pit Stop page for race #11 by mononym_jisooGhost race

View profile for (mononym_jisoo)

Official speed 66.08 wpm (34.50 seconds elapsed during race)
Race Start October 17, 2019 11:52:04pm UTC
Race Finish October 17, 2019 11:52:39pm UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 25.33
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