Naija (naija_w)

Race #16

View Pit Stop page for race #16 by naija_wGhost race

View profile for Naija (naija_w)

Official speed 57.63 wpm (39.56 seconds elapsed during race)
Race Start July 11, 2023 3:22:33pm UTC
Race Finish July 11, 2023 3:23:13pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 22.09
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