LeSirH (lesirh)

Race #91

View Pit Stop page for race #91 by lesirhGhost race

View profile for LeSirH (lesirh)

Official speed 87.14 wpm (26.16 seconds elapsed during race)
Race Start November 27, 2019 8:58:11pm UTC
Race Finish November 27, 2019 8:58:37pm UTC
Outcome No win (2 of 2)
Opponents 1. arc_sec (111.90 wpm)
Accuracy 96.0%
Points 33.40
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