Race Result Details |
Racer | Dheeraj (dheerajsarana) |
Race Number | 3 |
Date | Mon, 8 Jan 2024 18:47:18 |
Universe | code |
Speed |
43 WPM
![]() |
Accuracy | 97.2% |
Rank | 1st place (out of 3) |
Opponents | nikhii_18 (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)
|