Ruwei (kimchiexxi)

Race #1

View Pit Stop page for race #1 by kimchiexxiGhost race

View profile for Ruwei (kimchiexxi)

Official speed 27.59 wpm (82.64 seconds elapsed during race)
Race Start June 4, 2023 4:22:16pm UTC
Race Finish June 4, 2023 4:23:38pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 10.58
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