Race Result Details |
| Racer | kasep (widot123) |
| Race Number | 2 |
| Date | Wed, 15 Jan 2025 21:09:51 |
| Universe | code |
| Speed |
21 WPM
Try to beat?
|
| Accuracy | 86% |
| Rank | 6th place (out of 7) |
| Opponents | gorengikan (3rd place) huheho_1 (1st place) khew123 (4th 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)
|
