Mohammad (alamin_typist)

Race #19

View Pit Stop page for race #19 by alamin_typistGhost race

View profile for Mohammad (alamin_typist)

Official speed 70.74 wpm (32.23 seconds elapsed during race)
Race Start November 9, 2018 2:19:20pm UTC
Race Finish November 9, 2018 2:19:52pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 27.12
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