Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

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