Race Result Details |
Racer | tanon (tanon710s) |
Race Number | 53 |
Date | Mon, 25 Feb 2019 14:36:27 |
Universe | code |
Speed |
104 WPM
![]() |
Accuracy | 98% |
Rank | 3rd place (out of 3) |
Opponents | paraphrohn (2nd place) permil (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)
|