Race Result Details |
| Racer | «ùwú» (centritide) |
| Race Number | 3 |
| Date | Thu, 9 Jan 2025 2:05:09 |
| Universe | code |
| Speed |
83 WPM
Try to beat?
|
| Accuracy | 96.8% |
| Rank | 2nd place (out of 3) |
| Opponents | awsomaw (1st place) benni_013 (3rd 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)
|
