Text race history for David (cptdavid)

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
12 2023-11-21 01:43:12 42.45 96.2%
6 2023-11-20 02:24:48 48.62 97%
1 2023-11-19 18:46:47 44.13 97.6%