LeSirH (lesirh)

Race #47

View Pit Stop page for race #47 by lesirhGhost race

View profile for LeSirH (lesirh)

Official speed 80.49 wpm (28.33 seconds elapsed during race)
Race Start August 12, 2019 4:29:35pm UTC
Race Finish August 12, 2019 4:30:03pm UTC
Outcome No win (4 of 4)
Opponents 1. arc_sec (126.65 wpm)
2. spondulix (118.68 wpm)
Accuracy 96.0%
Points 30.85
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