Text race history for Uno (unofrommongolia)

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
6 2025-02-19 06:57:07 78.56 98%
4 2025-02-19 06:37:40 78.21 98%
1 2025-02-10 06:58:21 78.34 97.3%