舞龙等于春节 (ethan_k)

Race #1

View Pit Stop page for race #1 by ethan_kGhost race

View profile for 舞龙等于春节 (ethan_k)

Official speed 63.09 wpm (36.14 seconds elapsed during race)
Race Start May 26, 2023 7:22:57pm UTC
Race Finish May 26, 2023 7:23:33pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 24.19
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