Vielle (arc_sec)

Race #123

View Pit Stop page for race #123 by arc_secGhost race

View profile for Vielle (arc_sec)

Official speed 114.60 wpm (19.90 seconds elapsed during race)
Race Start November 27, 2019 9:01:11pm UTC
Race Finish November 27, 2019 9:01:31pm UTC
Outcome Win (1 of 2)
Opponents 2. lesirh (80.67 wpm)
Accuracy 98.0%
Points 43.93
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