aux frelemeu (auxfree)

Race #27

View Pit Stop page for race #27 by auxfreeGhost race

View profile for aux frelemeu (auxfree)

Official speed 70.88 wpm (32.17 seconds elapsed during race)
Race Start April 10, 2023 8:55:05am UTC
Race Finish April 10, 2023 8:55:37am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 27.17
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