Text race history for ehahaha (ehahaha)

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
46 2024-02-01 05:15:31 43.99 95.5%
28 2024-02-01 02:29:07 41.40 96%