Race Result Details |
Racer | (landarian) |
Race Number | 224 |
Date | Sun, 24 May 2020 0:45:39 |
Universe | code |
Speed |
108 WPM
![]() |
Accuracy | 97.1% |
Rank | 2nd place (out of 4) |
Opponents | bladevampirek (4th place) sidd_ (1st place) streetfighterlan123 (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)
|