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