Text race history for King John Smith III (paradoxical2)

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
5 2024-01-04 19:43:33 71.25 97.1%
1 2024-01-04 19:37:56 72.15 97.2%