Free Palestine (rollno14)

Race #93

View Pit Stop page for race #93 by rollno14Ghost race

View profile for Free Palestine (rollno14)

Official speed 63.50 wpm (35.91 seconds elapsed during race)
Race Start July 12, 2021 8:19:16am UTC
Race Finish July 12, 2021 8:19:52am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 24.34
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