(mononym_jisoo)

Race #10

View Pit Stop page for race #10 by mononym_jisooGhost race

View profile for (mononym_jisoo)

Official speed 73.32 wpm (31.10 seconds elapsed during race)
Race Start October 17, 2019 11:48:44pm UTC
Race Finish October 17, 2019 11:49:15pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 28.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