Text race history for use an appropriate name (arukkan)

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
16 2024-02-04 14:33:47 83.42 98.5%
9 2024-01-07 20:13:49 81.71 99%
1 2024-01-07 14:17:58 75.07 97.1%