Text race history for Phobic (phobic21)

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-05-27 10:28:03 51.10 93.4%
2 2023-05-27 09:57:57 53.29 95%