Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Jhonatan (jhonkk2000)
Race Number 6
Date Wed, 11 Mar 2026 16:41:45
Universe code
Speed 44 WPM Try to beat?
Accuracy 92.6%
Rank 2nd place (out of 6)
Opponents anthonynoway (1st place) palteascausa (4th place) strike_117 (3rd place) wskcoder (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: