[NTM] Vielle (arc_sec)

Race #133

View Pit Stop page for race #133 by arc_secGhost race

View profile for [NTM] Vielle (arc_sec)

Official speed 121.87 wpm (18.71 seconds elapsed during race)
Race Start September 2, 2020 10:09:37pm UTC
Race Finish September 2, 2020 10:09:55pm UTC
Outcome No win (1 of 1)
Accuracy 98.0%
Points 46.72
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