Race Result Details |
Racer | Romario (sachin45) |
Race Number | 11 |
Date | Thu, 11 Jul 2024 14:58:55 |
Universe | code |
Speed |
24 WPM
![]() |
Accuracy | 92.4% |
Rank | 2nd place (out of 6) |
Opponents | thaja123 (5th 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)
|