Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer hhesenjan (hhesenjan)
Race Number 37
Date Mon, 25 Sep 2023 19:19:11
Universe code
Speed 43 WPM Try to beat?
Accuracy 92.5%
Rank 2nd place (out of 4)
Opponents fady_kamil (3rd place) inusah (1st 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: