Free Palestine (rollno14)

Race #106

View Pit Stop page for race #106 by rollno14Ghost race

View profile for Free Palestine (rollno14)

Official speed 65.71 wpm (34.70 seconds elapsed during race)
Race Start July 15, 2021 2:41:40pm UTC
Race Finish July 15, 2021 2:42:15pm UTC
Outcome No win (3 of 3)
Accuracy 98.0%
Points 25.19
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