Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer xyns (excellenxyns)
Race Number 10
Date Tue, 10 Sep 2024 8:48:00
Universe code
Speed 24 WPM Try to beat?
Accuracy 92.1%
Rank 3rd place (out of 3)
Opponents cmanman (1st 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: