Text race history for Kevin (kevin_31)

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
25 2024-04-20 10:23:54 43.14 91.8%