dvorak the supreme (drdilyor_)

Race #8

View Pit Stop page for race #8 by drdilyor_Ghost race

View profile for dvorak the supreme (drdilyor_)

Official speed 69.43 wpm (32.84 seconds elapsed during race)
Race Start March 21, 2022 7:29:11pm UTC
Race Finish March 21, 2022 7:29:44pm UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 26.61
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