Race Result Details |
Racer | Luis Alberto Delgado Pinto (luis_univ) |
Race Number | 36 |
Date | Mon, 13 Oct 2025 1:48:59 |
Universe | code |
Speed |
33 WPM
![]() |
Accuracy | 93.6% |
Rank | 1st place (out of 6) |
Opponents | cristianxd (4th place) iverjoel (5th place) jhony99 (2nd 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)
|