Race Result Details |
Racer | VERISTUN FAN (poem) |
Race Number | 22 |
Date | Sun, 27 Jan 2019 23:25:39 |
Universe | code |
Speed |
64 WPM
![]() |
Accuracy | 96% |
Rank | 5th place (out of 5) |
Opponents | delirious (2nd place) hellothen (4th place) sidd_ (1st place) styrofoam (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)
|