Race Result Details |
Racer | TJ (ohqay) |
Race Number | 7 |
Date | Sat, 28 Dec 2024 22:11:54 |
Universe | code |
Speed |
42 WPM
![]() |
Accuracy | 90.9% |
Rank | 2nd place (out of 2) |
Opponents | kaitlynhampel (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)
|