EgyptianTyper (emptybox34)

Race #2

View Pit Stop page for race #2 by emptybox34Ghost race

View profile for EgyptianTyper (emptybox34)

Official speed 62.73 wpm (36.35 seconds elapsed during race)
Race Start June 4, 2023 4:14:28pm UTC
Race Finish June 4, 2023 4:15:04pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 24.05
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