Text race history for will (will7460)

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-01-06 19:39:46 65.73 95%
4 2023-01-06 19:36:59 59.88 94%