Vielle (arc_sec)

Race #93

View Pit Stop page for race #93 by arc_secGhost race

View profile for Vielle (arc_sec)

Official speed 126.65 wpm (18.00 seconds elapsed during race)
Race Start August 12, 2019 4:29:35pm UTC
Race Finish August 12, 2019 4:29:53pm UTC
Outcome Win (1 of 4)
Opponents 2. spondulix (118.68 wpm)
4. lesirh (80.49 wpm)
Accuracy 98.0%
Points 48.55
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