Text race history for StevenElias (stevenelias)

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
27 2025-02-12 22:22:17 35.93 94%
22 2025-02-02 12:53:48 32.96 93%
10 2025-01-23 01:04:46 31.40 94%
8 2025-01-23 01:01:44 31.61 95%