Race Result Details |
Racer | awesomerelic (NQ) (Maintrack) (fallenrelic) |
Race Number | 2 |
Date | Sat, 18 Nov 2023 18:35:35 |
Universe | code |
Speed |
120 WPM
![]() |
Accuracy | 96.7% |
Rank | 1st place (out of 3) |
Opponents | zak389 (2nd 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)
|