Mohammad (alamin_typist)

Race #34

View Pit Stop page for race #34 by alamin_typistGhost race

View profile for Mohammad (alamin_typist)

Official speed 59.50 wpm (38.32 seconds elapsed during race)
Race Start November 17, 2018 6:51:13am UTC
Race Finish November 17, 2018 6:51:52am UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 22.81
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