Monika (moni_type)

Race #1

View Pit Stop page for race #1 by moni_typeGhost race

View profile for Monika (moni_type)

Official speed 75.37 wpm (30.25 seconds elapsed during race)
Race Start June 3, 2022 6:42:13am UTC
Race Finish June 3, 2022 6:42:44am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 28.89
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