Race Result Details |
Racer | (delirious) |
Race Number | 56 |
Date | Sun, 10 Feb 2019 19:44:13 |
Universe | code |
Speed |
121 WPM
![]() |
Accuracy | 100% |
Rank | 1st place (out of 4) |
Opponents | hyper_racer (4th place) jjz03 (5th place) ness_20xx (2nd place) poem (3rd 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)
|