Alan (funplusphoenix)

Race #2

View Pit Stop page for race #2 by funplusphoenixGhost race

View profile for Alan (funplusphoenix)

Official speed 53.73 wpm (42.43 seconds elapsed during race)
Race Start January 29, 2025 6:24:23pm UTC
Race Finish January 29, 2025 6:25:05pm UTC
Outcome No win (2 of 2)
Accuracy 96.0%
Points 20.60
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