Race Result Details |
| Racer | kasep (widot123) |
| Race Number | 4 |
| Date | Wed, 15 Jan 2025 21:20:35 |
| Universe | code |
| Speed |
24 WPM
Try to beat?
|
| Accuracy | 88.5% |
| Rank | 4th place (out of 5) |
| Opponents | huheho_1 (1st place) khew123 (5th place) semauracing (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)
|
