Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer bun (bun1863)
Race Number 1
Date Fri, 17 Oct 2025 8:22:17
Universe code
Speed 65 WPM Try to beat?
Accuracy 94.9%
Rank 6th place (out of 8)
Opponents acechoww (3rd place) minnalkd (5th place) msmichaels (4th place) nightlock_66 (7th place) shermannovak (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: