Text race history for Ayman (ayman_01)

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
2 2024-02-22 17:48:32 44.49 92.2%
1 2024-02-22 17:47:07 35.60 90.4%