Text race history for Valera (xancola)

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
4 2020-11-19 13:01:57 44.57 95%
2 2020-11-18 14:04:29 33.82 91%