Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer mestiri77 (sfectorian)
Race Number 31
Date Thu, 17 Jul 2025 16:15:19
Universe code
Speed 42 WPM Try to beat?
Accuracy 95.5%
Rank 1st place (out of 2)

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: