Jammie (typos_z)

Race #1

View Pit Stop page for race #1 by typos_zGhost race

View profile for Jammie (typos_z)

Official speed 142.73 wpm (15.97 seconds elapsed during race)
Race Start May 20, 2021 8:13:40pm UTC
Race Finish May 20, 2021 8:13:56pm UTC
Outcome Win (1 of 2)
Accuracy 99.0%
Points 54.71
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