Jammie (typos_z)

Race #2

View Pit Stop page for race #2 by typos_zGhost race

View profile for Jammie (typos_z)

Official speed 148.08 wpm (15.40 seconds elapsed during race)
Race Start May 20, 2021 8:17:52pm UTC
Race Finish May 20, 2021 8:18:08pm UTC
Outcome Win (1 of 2)
Accuracy 98.0%
Points 56.76
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