Text race history for OSoverspike (osoverspike)

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
11 2023-09-29 01:20:28 71.39 96.4%
3 2023-09-29 01:05:04 76.72 97.1%