Bijay (moneybijay)

Race #2

View Pit Stop page for race #2 by moneybijayGhost race

View profile for Bijay (moneybijay)

Official speed 63.76 wpm (35.76 seconds elapsed during race)
Race Start October 21, 2022 3:01:38pm UTC
Race Finish October 21, 2022 3:02:14pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 24.44
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