da (causenetsofv)

Race #17

View Pit Stop page for race #17 by causenetsofvGhost race

View profile for da (causenetsofv)

Official speed 58.16 wpm (39.20 seconds elapsed during race)
Race Start December 5, 2020 1:26:34pm UTC
Race Finish December 5, 2020 1:27:13pm UTC
Outcome No win (2 of 3)
Accuracy 98.0%
Points 22.29
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