Krsman (rektix)

Race #1

View Pit Stop page for race #1 by rektixGhost race

View profile for Krsman (rektix)

Official speed 58.62 wpm (38.89 seconds elapsed during race)
Race Start November 25, 2020 9:55:39pm UTC
Race Finish November 25, 2020 9:56:18pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 22.47
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