Text race history for HCMUS (aphongz_)

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
15 2025-06-01 04:52:10 39.38 95%
11 2025-05-30 15:58:55 52.26 95.4%
8 2025-05-30 15:55:24 45.07 94.6%