手很冷 (traben)

Race #19

View Pit Stop page for race #19 by trabenGhost race

View profile for 手很冷 (traben)

Official speed 133.29 wpm (17.11 seconds elapsed during race)
Race Start August 20, 2022 1:03:13pm UTC
Race Finish August 20, 2022 1:03:30pm UTC
Outcome No win (2 of 2)
Accuracy 98.0%
Points 51.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