SalmanMKC (hellothen)

Race #57

View Pit Stop page for race #57 by hellothenGhost race

View profile for SalmanMKC (hellothen)

Official speed 68.67 wpm (33.20 seconds elapsed during race)
Race Start January 28, 2019 10:05:48am UTC
Race Finish January 28, 2019 10:06:21am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 26.32
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