Vielle (arc_sec)

Race #14

View Pit Stop page for race #14 by arc_secGhost race

View profile for Vielle (arc_sec)

Official speed 101.27 wpm (22.51 seconds elapsed during race)
Race Start June 18, 2019 4:22:21am UTC
Race Finish June 18, 2019 4:22:43am UTC
Outcome No win (1 of 1)
Accuracy 96.0%
Points 38.82
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