Race Result Details |
Racer | (jasimk) |
Race Number | 16 |
Date | Thu, 17 Feb 2022 14:57:05 |
Universe | code |
Speed |
57 WPM
![]() |
Accuracy | 93.1% |
Rank | 3rd place (out of 3) |
Opponents | scraex (1st place) sura5 (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)
|