Race Result Details |
Racer | jose (jose_benito) |
Race Number | 4 |
Date | Mon, 30 Sep 2024 1:25:09 |
Universe | code |
Speed |
22 WPM
![]() |
Accuracy | 93.2% |
Rank | 5th place (out of 10) |
Opponents | karol_mm (1st place) kazaam37 (3rd place) ronnymorunoerquicia (4th 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)
|