chi (amaz1n)

Race #1

View Pit Stop page for race #1 by amaz1nGhost race

View profile for chi (amaz1n)

Official speed 94.75 wpm (24.06 seconds elapsed during race)
Race Start December 13, 2021 10:57:04am UTC
Race Finish December 13, 2021 10:57:28am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 36.32
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