my name (skrrtskrrtskrrrt)

Race #2

View Pit Stop page for race #2 by skrrtskrrtskrrrtGhost race

View profile for my name (skrrtskrrtskrrrt)

Official speed 68.55 wpm (33.26 seconds elapsed during race)
Race Start December 11, 2020 3:24:52pm UTC
Race Finish December 11, 2020 3:25:25pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 26.28
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