Race Result Details |
Racer | spoon han (spoon_han) |
Race Number | 1 |
Date | Fri, 29 Sep 2023 1:20:27 |
Universe | code |
Speed |
75 WPM
![]() |
Accuracy | 95.5% |
Rank | 2nd place (out of 5) |
Opponents | osoverspike (3rd place) vinkwok (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)
|