Vhagar's (fasterlater)

Race #2

View Pit Stop page for race #2 by fasterlaterGhost race

View profile for Vhagar's (fasterlater)

Official speed 58.67 wpm (38.86 seconds elapsed during race)
Race Start May 22, 2023 5:12:17pm UTC
Race Finish May 22, 2023 5:12:56pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 22.49
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