Race Result Details |
Racer | spondunoob (spondulix) |
Race Number | 5 |
Date | Sat, 16 Feb 2019 5:48:44 |
Universe | code |
Speed |
79 WPM
![]() |
Accuracy | 97.3% |
Rank | 4th place (out of 5) |
Opponents | actuallynonquitforlife (3rd place) deroche1 (1st place) sidd_ (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)
|