Text race history for Brian Kip (briankip1)

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
34 2025-04-18 15:36:04 21.84 89.5%
20 2023-08-09 22:19:49 31.00 94%