LeSirH (lesirh)

Race #94

View Pit Stop page for race #94 by lesirhGhost race

View profile for LeSirH (lesirh)

Official speed 80.67 wpm (28.26 seconds elapsed during race)
Race Start November 27, 2019 9:01:11pm UTC
Race Finish November 27, 2019 9:01:39pm UTC
Outcome No win (2 of 2)
Opponents 1. arc_sec (114.60 wpm)
Accuracy 96.0%
Points 30.92
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