Race Result Details |
Racer | Evan (blendyz) |
Race Number | 2 |
Date | Wed, 11 Dec 2019 3:03:15 |
Universe | code |
Speed |
50 WPM
![]() |
Accuracy | 95.1% |
Rank | 4th place (out of 4) |
Opponents | epixaid (2nd place) mmmooore (3rd place) spongeystar (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)
|