dvorak the supreme (drdilyor_)

Race #1

View Pit Stop page for race #1 by drdilyor_Ghost race

View profile for dvorak the supreme (drdilyor_)

Official speed 69.78 wpm (32.67 seconds elapsed during race)
Race Start March 21, 2022 7:21:19pm UTC
Race Finish March 21, 2022 7:21:52pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 26.75
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