Text race history for Daniel (dfederschmidt)

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
6 2020-02-02 11:50:16 69.86 98%
2 2020-02-02 11:46:35 62.68 96%