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