Text race history for IAnthropos (ianthropos)

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
13 2023-06-10 14:03:18 41.07 93.3%
6 2023-06-10 13:11:54 44.23 93.8%