Text race history for cj (cecan)

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
6 2024-04-26 04:15:53 60.96 94.4%
2 2024-04-26 04:03:46 52.80 94.6%