Text race history for Nolan (blerz)

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
1 2024-10-06 19:03:29 93.62 98.1%