Race Result Details |
Racer | Labione (labione) |
Race Number | 1143 |
Date | Thu, 24 Apr 2025 6:37:22 |
Universe | code |
Speed |
39 WPM
![]() |
Accuracy | 94.3% |
Rank | 3rd place (out of 3) |
Opponents | brettyoshi9 (1st place) neyool (2nd 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)
|