Race Result Details |
Racer | ay (d3b1) |
Race Number | 5 |
Date | Sun, 19 Sep 2021 2:55:39 |
Universe | code |
Speed |
90 WPM
![]() |
Accuracy | 96.7% |
Rank | 2nd place (out of 2) |
Opponents | smackthatallonthefloor (3rd place) vanosgaming2014 (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)
|