L.in.k (xquyen)

Race #190

View Pit Stop page for race #190 by xquyenGhost race

View profile for L.in.k (xquyen)

Official speed 77.37 wpm (29.47 seconds elapsed during race)
Race Start August 20, 2023 10:47:10am UTC
Race Finish August 20, 2023 10:47:39am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 29.66
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