Ana (ban_ana_muffin)

Race #1

View Pit Stop page for race #1 by ban_ana_muffinGhost race

View profile for Ana (ban_ana_muffin)

Official speed 72.36 wpm (31.51 seconds elapsed during race)
Race Start April 25, 2024 5:19:34pm UTC
Race Finish April 25, 2024 5:20:05pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 27.74
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