Im2Bored (im2bored)

Race #1

View Pit Stop page for race #1 by im2boredGhost race

View profile for Im2Bored (im2bored)

Official speed 39.68 wpm (57.46 seconds elapsed during race)
Race Start June 2, 2023 1:51:56pm UTC
Race Finish June 2, 2023 1:52:53pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 15.21
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