Race Result Details |
Racer | jaoey (joetyper2014) |
Race Number | 26 |
Date | Fri, 3 Nov 2023 3:56:54 |
Universe | code |
Speed |
75 WPM
![]() |
Accuracy | 98.5% |
Rank | 2nd place (out of 2) |
Opponents | chaoschild (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)
|