Text race history for Abhishek Gupta (abhishekg)

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
25 2023-08-08 13:30:21 27.78 94.9%
23 2023-06-21 13:23:18 35.93 96.7%