Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Swiatoslaw (swiatoslaw)
Race Number 3
Date Sun, 16 Jun 2024 18:54:29
Universe code
Speed 37 WPM Try to beat?
Accuracy 93.1%
Rank 2nd place (out of 3)
Opponents ach5910_1 (3rd 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: