Text race history for luvcoding (lovecoding)

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
2 2023-06-24 18:00:14 117.91 98%
1 2023-06-24 17:59:07 82.81 98%