Jak (jjakk)

Race #17

View Pit Stop page for race #17 by jjakkGhost race

View profile for Jak (jjakk)

Official speed 69.58 wpm (32.77 seconds elapsed during race)
Race Start September 25, 2022 4:48:27pm UTC
Race Finish September 25, 2022 4:48:59pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 26.67
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