discord.gg/typeracer (landarian)

Race #245

View Pit Stop page for race #245 by landarianGhost race

View profile for discord.gg/typeracer (landarian)

Official speed 129.63 wpm (17.59 seconds elapsed during race)
Race Start April 11, 2021 8:28:41am UTC
Race Finish April 11, 2021 8:28:59am UTC
Outcome Win (1 of 2)
Accuracy 99.0%
Points 49.69
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