Habeebullahi (bn_bushra)

Race #3

View Pit Stop page for race #3 by bn_bushraGhost race

View profile for Habeebullahi (bn_bushra)

Official speed 51.73 wpm (44.07 seconds elapsed during race)
Race Start July 21, 2023 5:13:16pm UTC
Race Finish July 21, 2023 5:14:00pm UTC
Outcome Win (1 of 2)
Accuracy 97.0%
Points 19.83
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