#4_S :-) (supeer_heroo)

Race #29

View Pit Stop page for race #29 by supeer_herooGhost race

View profile for #4_S :-) (supeer_heroo)

Official speed 51.72 wpm (44.08 seconds elapsed during race)
Race Start July 14, 2023 2:05:28pm UTC
Race Finish July 14, 2023 2:06:12pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 19.83
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