Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Anup (anuparyal)
Race Number 1
Date Fri, 18 Aug 2023 5:30:53
Universe code
Speed 30 WPM Try to beat?
Accuracy 93.9%
Rank 4th place (out of 4)
Opponents inusah (2nd place) yashkumar0 (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: