Race Result Details |
Racer | Benni_013 (benni_013) |
Race Number | 4 |
Date | Thu, 9 Jan 2025 2:05:23 |
Universe | code |
Speed |
55 WPM
![]() |
Accuracy | 97.5% |
Rank | 3rd place (out of 3) |
Opponents | awsomaw (1st place) centritide (2nd 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)
|