Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Fady Kamil (fady_kamil)
Race Number 4
Date Mon, 25 Sep 2023 19:19:14
Universe code
Speed 41 WPM Try to beat?
Accuracy 94.3%
Rank 3rd place (out of 4)
Opponents hhesenjan (2nd 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: