discord.gg/typeracer (landarian)

Race #246

View Pit Stop page for race #246 by landarianGhost race

View profile for discord.gg/typeracer (landarian)

Official speed 146.48 wpm (15.57 seconds elapsed during race)
Race Start April 11, 2021 8:29:19am UTC
Race Finish April 11, 2021 8:29:34am UTC
Outcome Win (1 of 2)
Accuracy 99.0%
Points 56.15
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