Vielle (arc_sec)

Race #9

View Pit Stop page for race #9 by arc_secGhost race

View profile for Vielle (arc_sec)

Official speed 120.60 wpm (18.91 seconds elapsed during race)
Race Start February 16, 2019 5:53:44am UTC
Race Finish February 16, 2019 5:54:03am UTC
Outcome No win (2 of 3)
Opponents 1. sidd_ (132.20 wpm)
3. deroche1 (107.40 wpm)
Accuracy 99.0%
Points 46.23
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