too much lag (actuallyaccurate4life)

Race #167

View Pit Stop page for race #167 by actuallyaccurate4lifeGhost race

View profile for too much lag (actuallyaccurate4life)

Official speed 78.24 wpm (29.14 seconds elapsed during race)
Race Start July 29, 2019 2:03:52pm UTC
Race Finish July 29, 2019 2:04:21pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 29.99
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