Text race history for alexVladimirQuecaña (alex_ramos)

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
23 2024-10-24 02:35:15 24.67 94.9%
2 2024-05-28 20:04:38 25.80 95.9%
1 2024-05-28 19:54:00 26.23 96.7%