da (causenetsofv)

Race #20

View Pit Stop page for race #20 by causenetsofvGhost race

View profile for da (causenetsofv)

Official speed 68.34 wpm (33.36 seconds elapsed during race)
Race Start December 7, 2020 7:53:06pm UTC
Race Finish December 7, 2020 7:53:39pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 26.20
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