Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer ferry irawan limiadi (ferrylim_)
Race Number 8
Date Fri, 15 Sep 2023 5:42:23
Universe code
Speed 48 WPM Try to beat?
Accuracy 92.7%
Rank 3rd place (out of 4)
Opponents bryan_bolang (1st place) frendhy (2nd place) sandyby (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: