Vielle (arc_sec)

Race #51

View Pit Stop page for race #51 by arc_secGhost race

View profile for Vielle (arc_sec)

Official speed 125.20 wpm (18.21 seconds elapsed during race)
Race Start August 8, 2019 9:20:35am UTC
Race Finish August 8, 2019 9:20:54am UTC
Outcome No win (1 of 1)
Accuracy 99.0%
Points 47.99
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