Jayden (jripic137)

Race #2

View Pit Stop page for race #2 by jripic137Ghost race

View profile for Jayden (jripic137)

Official speed 65.13 wpm (35.01 seconds elapsed during race)
Race Start November 11, 2021 5:08:35am UTC
Race Finish November 11, 2021 5:09:10am UTC
Outcome Win (1 of 4)
Accuracy 94.0%
Points 24.97
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