Korezu (nyanuwin)

Race #1

View Pit Stop page for race #1 by nyanuwinGhost race

View profile for Korezu (nyanuwin)

Official speed 42.32 wpm (53.88 seconds elapsed during race)
Race Start November 20, 2021 1:48:12pm UTC
Race Finish November 20, 2021 1:49:06pm UTC
Outcome Win (1 of 3)
Accuracy 91.0%
Points 16.22
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