Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Ronny Eduardo Moruno Erquicia (ronnymorunoerquicia)
Race Number 3
Date Mon, 30 Sep 2024 1:17:47
Universe code
Speed 22 WPM Try to beat?
Accuracy 95.4%
Rank 3rd place (out of 8)
Opponents jose_benito (4th place) karol_mm (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: