Yuna (yunafix)

Race #3

View Pit Stop page for race #3 by yunafixGhost race

View profile for Yuna (yunafix)

Official speed 48.17 wpm (47.33 seconds elapsed during race)
Race Start July 29, 2022 5:10:59pm UTC
Race Finish July 29, 2022 5:11:46pm UTC
Outcome Win (1 of 2)
Accuracy 96.0%
Points 18.46
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