Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer kirkandrew (kirkandrew)
Race Number 1
Date Wed, 5 Nov 2025 6:30:54
Universe code
Speed 39 WPM Try to beat?
Accuracy 93.1%
Rank 5th place (out of 7)
Opponents hanyuyuzu6969 (6th place) mr_penguin01 (1st place) normel_1 (3rd place) supremekaiden (2nd place) yotsugii (4th 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: