yug (yugplayz)

Race #4

View Pit Stop page for race #4 by yugplayzGhost race

View profile for yug (yugplayz)

Official speed 28.85 wpm (79.03 seconds elapsed during race)
Race Start June 20, 2025 5:30:26pm UTC
Race Finish June 20, 2025 5:31:45pm UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 11.06
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