Text race history for Pyjalal (pyjalal)

Back to text analysis page

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

Game Time WPM Accuracy
22 2024-09-17 16:19:23 17.39 90.2%
8 2024-09-12 14:30:27 19.57 88.5%