Text race history for Anch (anch159)

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
19 2024-04-29 03:41:31 93.69 98.2%
17 2024-04-29 03:40:02 98.48 97.3%
1 2020-09-21 19:04:34 95.83 97%