Race Result Details |
| Racer | Alex (alexvalle) |
| Race Number | 6 |
| Date | Wed, 11 Mar 2026 16:52:53 |
| Universe | code |
| Speed |
33 WPM
Try to beat?
|
| Accuracy | 91.9% |
| Rank | 4th place (out of 4) |
| Opponents | anthonynoway (1st place) palteascausa (3rd place) wskcoder (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)
|
