Text race history for stef (steffie1)

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
3 2023-07-31 15:08:04 27.64 94.7%
1 2023-07-31 00:46:09 28.35 95%