da (causenetsofv)

Race #50

View Pit Stop page for race #50 by causenetsofvGhost race

View profile for da (causenetsofv)

Official speed 79.88 wpm (28.54 seconds elapsed during race)
Race Start December 18, 2020 2:16:59pm UTC
Race Finish December 18, 2020 2:17:28pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 30.62
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