Race Result Details |
Racer | Senvidu (galaxy_slayer_zed_2) |
Race Number | 3 |
Date | Thu, 10 Oct 2024 13:05:42 |
Universe | code |
Speed |
33 WPM
![]() |
Accuracy | 95.1% |
Rank | 3rd place (out of 3) |
Opponents | ahsandev (1st 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)
|