aymen (aymenalwh)

Race #1

View Pit Stop page for race #1 by aymenalwhGhost race

View profile for aymen (aymenalwh)

Official speed 37.49 wpm (60.82 seconds elapsed during race)
Race Start July 2, 2023 12:54:19pm UTC
Race Finish July 2, 2023 12:55:20pm UTC
Outcome No win (2 of 4)
Accuracy 93.0%
Points 14.37
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