Naija (naija_w)

Race #13

View Pit Stop page for race #13 by naija_wGhost race

View profile for Naija (naija_w)

Official speed 56.64 wpm (40.25 seconds elapsed during race)
Race Start July 11, 2023 3:18:37pm UTC
Race Finish July 11, 2023 3:19:17pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 21.71
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