Race Result Details |
Racer | (ninja_h2) |
Race Number | 4 |
Date | Sun, 4 Sep 2022 8:25:00 |
Universe | code |
Speed |
62 WPM
![]() |
Accuracy | 93.8% |
Rank | 2nd place (out of 2) |
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)
|