Rok (cr00k)

Race #1

View Pit Stop page for race #1 by cr00kGhost race

View profile for Rok (cr00k)

Official speed 27.82 wpm (81.96 seconds elapsed during race)
Race Start June 4, 2024 10:27:54pm UTC
Race Finish June 4, 2024 10:29:16pm UTC
Outcome No win (1 of 1)
Accuracy 92.0%
Points 10.67
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