Text race history for Technicll (technicll)

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
6 2023-11-15 05:59:31 72.94 97.2%
4 2023-11-15 05:56:52 65.55 94.9%