Text race history for _noname (_noname)

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
4 2023-10-19 05:27:44 95.02 99%
2 2023-10-19 05:22:54 85.40 98.2%