Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Sandy Bonfilio Yuvens (sandyby)
Race Number 144
Date Fri, 15 Sep 2023 5:42:25
Universe code
Speed 47 WPM Try to beat?
Accuracy 90.4%
Rank 4th place (out of 4)
Opponents bryan_bolang (1st place) ferrylim_ (3rd place) frendhy (2nd 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: