Text race history for sdr4wkc48 (sdr4wkc48)

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
30 2023-02-13 13:37:38 57.24 96%
28 2023-02-13 13:34:50 59.85 97%