Race Result Details |
Racer | iver (iverjoel) |
Race Number | 19 |
Date | Fri, 26 Sep 2025 16:31:18 |
Universe | code |
Speed |
29 WPM
![]() |
Accuracy | 90.7% |
Rank | 6th place (out of 7) |
Opponents | cris1310 (7th place) jhony99 (3rd place) luis_univ (4th place) noelbm (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)
|