Text race history for Blake (eclypse750)

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
11 2024-07-24 02:14:53 47.14 95.6%
10 2024-07-24 02:13:49 49.25 98.5%
3 2024-07-24 02:04:09 43.81 95.7%