Adsd (kol123313)

Race #10

View Pit Stop page for race #10 by kol123313Ghost race

View profile for Adsd (kol123313)

Official speed 76.10 wpm (29.96 seconds elapsed during race)
Race Start May 4, 2021 2:50:04pm UTC
Race Finish May 4, 2021 2:50:34pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 29.17
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