Race Result Details |
Racer | Modern Giraffe (moderngiraffe) |
Race Number | 3 |
Date | Tue, 9 Jan 2024 3:26:12 |
Universe | code |
Speed |
42 WPM
![]() |
Accuracy | 94.5% |
Rank | 2nd place (out of 2) |
Opponents | wackyrio (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)
|