Andreiqwer (andreiqwer)

Race #1

View Pit Stop page for race #1 by andreiqwerGhost race

View profile for Andreiqwer (andreiqwer)

Official speed 104.98 wpm (21.72 seconds elapsed during race)
Race Start May 23, 2023 1:36:33pm UTC
Race Finish May 23, 2023 1:36:55pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 40.24
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