Text race history for Pedro (pedro_serrudo)

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
52 2025-06-21 01:32:02 26.59 94%
41 2025-06-06 01:40:08 26.92 93.4%
37 2025-06-02 00:28:30 27.60 93.1%