discord.gg/typeracer (landarian)

Race #244

View Pit Stop page for race #244 by landarianGhost race

View profile for discord.gg/typeracer (landarian)

Official speed 126.63 wpm (18.01 seconds elapsed during race)
Race Start April 11, 2021 8:21:42am UTC
Race Finish April 11, 2021 8:22:00am UTC
Outcome No win (1 of 1)
Accuracy 98.0%
Points 48.54
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