Text race history for KEN (kent_type)

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
32 2023-08-19 14:32:22 45.02 94.3%
9 2023-06-21 13:12:21 53.88 98%
4 2023-06-21 12:53:52 37.13 92.8%