too much lag (actuallyaccurate4life)

Race #230

View Pit Stop page for race #230 by actuallyaccurate4lifeGhost race

View profile for too much lag (actuallyaccurate4life)

Official speed 74.80 wpm (30.48 seconds elapsed during race)
Race Start August 5, 2019 1:49:08pm UTC
Race Finish August 5, 2019 1:49:38pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 28.67
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