Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer marite (jhurite)
Race Number 1
Date Sat, 10 May 2025 16:03:00
Universe code
Speed 21 WPM Try to beat?
Accuracy 94.3%
Rank 4th place (out of 7)
Opponents ariane_salazar (2nd 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: