手很冷 (traben)

Race #15

View Pit Stop page for race #15 by trabenGhost race

View profile for 手很冷 (traben)

Official speed 122.78 wpm (18.57 seconds elapsed during race)
Race Start August 20, 2022 12:51:49pm UTC
Race Finish August 20, 2022 12:52:08pm UTC
Outcome No win (2 of 2)
Accuracy 98.0%
Points 47.07
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