Race Result Details |
Racer | Ahmed (ahmed_elashraf) |
Race Number | 166 |
Date | Thu, 28 Dec 2023 13:02:09 |
Universe | code |
Speed |
34 WPM
![]() |
Accuracy | 94.5% |
Rank | 2nd place (out of 2) |
Opponents | marzuq_speedcuber (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)
|