Race Result Details |
Racer | Alejo (alejo01) |
Race Number | 1 |
Date | Tue, 17 Jun 2025 14:47:13 |
Universe | code |
Speed |
40 WPM
![]() |
Accuracy | 93.5% |
Rank | 4th place (out of 4) |
Opponents | frankbryden (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)
|