Text race history for warlord (warlord1999)

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 2025-06-15 03:41:23 38.84 92%
10 2025-06-15 03:36:24 40.83 94%
5 2025-06-15 03:27:31 38.01 94%