Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Liz Mariela Perez Gervacio (liz_mariela)
Race Number 123
Date Mon, 30 Jun 2025 1:02:19
Universe code
Speed 23 WPM Try to beat?
Accuracy 91.9%
Rank 8th place (out of 8)
Opponents beltran_tarqui (3rd place) erick_vargas (5th place) jas_el1 (1st place) jhonny_ct (6th place) nessa2 (7th place) samiraarancibia123426 (4th place) sharick_chungara (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)

Typing Review: