Free Palestine (rollno14)

Race #2

View Pit Stop page for race #2 by rollno14Ghost race

View profile for Free Palestine (rollno14)

Official speed 45.09 wpm (50.57 seconds elapsed during race)
Race Start May 9, 2021 9:08:15am UTC
Race Finish May 9, 2021 9:09:05am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 17.28
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