Text race history for Sporcle (sporcle)

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
19 2019-11-27 03:06:39 99.72 97%
15 2019-11-27 03:02:57 99.86 95%