Race Result Details |
Racer | iver (iverjoel) |
Race Number | 22 |
Date | Mon, 13 Oct 2025 1:49:19 |
Universe | code |
Speed |
25 WPM
![]() |
Accuracy | 89.4% |
Rank | 5th place (out of 6) |
Opponents | cristianxd (4th place) jhony99 (2nd place) luis_univ (1st place) nessa2 (3rd place) |
Text typed:
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
— (other)
by www.pythonforbeginners.com
(see stats)
|