Race Result Details |
Racer | HEeesijmkbgfd (adsdsdsdslihf) |
Race Number | 1 |
Date | Fri, 25 Aug 2023 16:43:11 |
Universe | code |
Speed |
24 WPM
![]() |
Accuracy | 91.9% |
Rank | 2nd place (out of 3) |
Opponents | anonymousperson3 (1st place) monke5555 (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)
|