手很冷 (traben)

Race #14

View Pit Stop page for race #14 by trabenGhost race

View profile for 手很冷 (traben)

Official speed 132.29 wpm (17.23 seconds elapsed during race)
Race Start November 7, 2021 8:26:30pm UTC
Race Finish November 7, 2021 8:26:47pm UTC
Outcome Win (1 of 2)
Accuracy 99.0%
Points 50.71
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