Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Alex (alexvalle)
Race Number 5
Date Wed, 11 Mar 2026 16:50:58
Universe code
Speed 35 WPM Try to beat?
Accuracy 93.3%
Rank 4th place (out of 4)
Opponents anthonynoway (2nd place) palteascausa (1st place) wskcoder (3rd 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: