Race Result Details |
Racer | man_ofculture77 (man_ofculture77) |
Race Number | 1 |
Date | Fri, 5 Sep 2025 17:09:40 |
Universe | code |
Speed |
32 WPM
![]() |
Accuracy | 94.1% |
Rank | 4th place (out of 4) |
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)
|