Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Kristina Goth (gothkristina)
Race Number 1
Date Thu, 2 Oct 2025 14:49:36
Universe code
Speed 32 WPM Try to beat?
Accuracy 95.7%
Rank 4th place (out of 6)
Opponents dmills12121212 (1st place) drow217892 (2nd place) lynda01 (5th place)

Text typed:

import os import sys def run(program, *args): pid = os.fork() if not pid: os.execvp(program, program + args) return os.wait()[0] run("python", "hello.py")
— (software) by Fredrik Lundh (see stats)

Typing Review: