[NTM] Vielle (arc_sec)

Race #120

View Pit Stop page for race #120 by arc_secGhost race

View profile for [NTM] Vielle (arc_sec)

Official speed 111.90 wpm (20.38 seconds elapsed during race)
Race Start November 27, 2019 8:58:11pm UTC
Race Finish November 27, 2019 8:58:31pm UTC
Outcome Win (1 of 2)
Opponents 2. lesirh (87.14 wpm)
Accuracy 97.0%
Points 42.89
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