Race Result Details |
Racer | Jamal Ali Khan (jamal_ali_khan) |
Race Number | 9 |
Date | Sat, 4 Nov 2023 10:14:27 |
Universe | code |
Speed |
30 WPM
![]() |
Accuracy | 94.9% |
Rank | 2nd place (out of 2) |
Opponents | tqll (1st 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)
|