Race Result Details |
Racer | Kayega (briankayega) |
Race Number | 348 |
Date | Mon, 22 Apr 2024 17:57:07 |
Universe | code |
Speed |
56 WPM
![]() |
Accuracy | 95.5% |
Rank | 2nd place (out of 3) |
Opponents | xpeq7 (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)
|