Race Result Details |
Racer | daniel3131 (daniel3131) |
Race Number | 49 |
Date | Thu, 30 Jul 2020 10:45:27 |
Universe | code |
Speed |
90 WPM
![]() |
Accuracy | 97.6% |
Rank | 1st place (out of 2) |
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)
|