abdullah (abdullah_ui)

Race #2

View Pit Stop page for race #2 by abdullah_uiGhost race

View profile for abdullah (abdullah_ui)

Official speed 83.82 wpm (27.20 seconds elapsed during race)
Race Start June 4, 2023 9:21:38am UTC
Race Finish June 4, 2023 9:22:05am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 32.13
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