Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Olivia (oliviamun)
Race Number 1
Date Fri, 17 Oct 2025 8:42:52
Universe code
Speed 63 WPM Try to beat?
Accuracy 96.5%
Rank 8th place (out of 8)
Opponents coencidence (3rd place) danialsmu (5th place) jansen52xd (2nd place) kayrazalfa (4th place) liumuxin (6th place) michaeltanmarvin (7th place) tauporky (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)

Typing Review: