LeSirH (lesirh)

Race #102

View Pit Stop page for race #102 by lesirhGhost race

View profile for LeSirH (lesirh)

Official speed 122.29 wpm (18.64 seconds elapsed during race)
Race Start August 11, 2020 12:47:33am UTC
Race Finish August 11, 2020 12:47:52am UTC
Outcome No win (2 of 3)
Opponents 1. arc_sec (142.22 wpm)
3. bremitorix (95.68 wpm)
Accuracy 98.0%
Points 46.88
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