Text race history for Heisfer (heisfer)

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
33 2023-12-24 09:46:16 38.10 94.2%
29 2023-12-24 09:38:56 35.96 93.5%