Text race history for __Newbie (newbie03)

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
4 2023-08-18 14:40:52 45.68 96.7%
3 2023-08-18 06:24:18 36.28 93.2%
1 2023-08-18 06:17:26 27.59 92.8%