Text race history for V I S I T O R (a_visitor)

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
20 2023-08-07 15:34:04 58.70 96.6%
15 2023-08-02 11:06:37 53.26 97.1%
9 2023-08-02 02:39:52 49.82 94.4%