discord.gg/typeracer (landarian)

Race #238

View Pit Stop page for race #238 by landarianGhost race

View profile for discord.gg/typeracer (landarian)

Official speed 91.42 wpm (24.94 seconds elapsed during race)
Race Start July 19, 2020 10:28:51pm UTC
Race Finish July 19, 2020 10:29:16pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 35.04
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