Text race history for jht (jht0)

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
38 2024-07-12 07:00:08 45.05 96.7%
23 2024-04-04 10:25:49 48.17 97.2%
11 2024-03-01 06:36:26 44.87 97.6%
5 2024-02-26 06:42:21 40.56 97.7%