Text race history for Predator (predator_1001)

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
46 2024-08-03 05:54:50 36.76 94%
34 2024-07-30 08:35:54 35.95 96%
13 2024-07-18 06:51:35 31.88 93%
6 2024-07-16 07:56:49 28.98 93%