Bryan (iduhowpeopledo150wpm)

Race #4

View Pit Stop page for race #4 by iduhowpeopledo150wpmGhost race

View profile for Bryan (iduhowpeopledo150wpm)

Official speed 58.78 wpm (38.79 seconds elapsed during race)
Race Start July 22, 2020 6:57:33am UTC
Race Finish July 22, 2020 6:58:12am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 22.53
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