Twizted (twiztedad)

Race #1

View Pit Stop page for race #1 by twiztedadGhost race

View profile for Twizted (twiztedad)

Official speed 44.77 wpm (50.93 seconds elapsed during race)
Race Start February 14, 2025 5:12:43am UTC
Race Finish February 14, 2025 5:13:33am UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 17.16
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