fiki (fiki_miki)

Race #1

View Pit Stop page for race #1 by fiki_mikiGhost race

View profile for fiki (fiki_miki)

Official speed 37.27 wpm (61.18 seconds elapsed during race)
Race Start September 23, 2022 6:09:59pm UTC
Race Finish September 23, 2022 6:11:00pm UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 14.29
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