Race Result Details |
Racer | CristianxD (cristianxd) |
Race Number | 2 |
Date | Mon, 13 Oct 2025 1:49:03 |
Universe | code |
Speed |
31 WPM
![]() |
Accuracy | 95.9% |
Rank | 4th place (out of 6) |
Opponents | iverjoel (5th 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)
|