my name (skrrtskrrtskrrrt)

Race #1

View Pit Stop page for race #1 by skrrtskrrtskrrrtGhost race

View profile for my name (skrrtskrrtskrrrt)

Official speed 61.64 wpm (36.99 seconds elapsed during race)
Race Start December 11, 2020 3:21:08pm UTC
Race Finish December 11, 2020 3:21:45pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 23.63
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