Race Result Details |
Racer | Speedcuber (marzuq_speedcuber) |
Race Number | 29 |
Date | Thu, 28 Dec 2023 13:02:07 |
Universe | code |
Speed |
35 WPM
![]() |
Accuracy | 93.4% |
Rank | 1st place (out of 2) |
Opponents | ahmed_elashraf (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)
|