Text race history for Bennett (bnnttnwhk)

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
43 2021-11-15 21:04:00 57.78 97%
34 2021-11-15 20:29:20 55.37 98%