Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer mr_penguin (mr_penguin01)
Race Number 35
Date Wed, 5 Nov 2025 6:30:32
Universe code
Speed 71 WPM Try to beat?
Accuracy 97%
Rank 1st place (out of 7)
Opponents hanyuyuzu6969 (6th place) kirkandrew (5th 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: