Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Mark (big_sister_a)
Race Number 3
Date Tue, 21 May 2024 2:38:13
Universe code
Speed 59 WPM Try to beat?
Accuracy 95.5%
Rank 2nd place (out of 7)
Opponents michael_rains (6th place) shaun_0421 (1st place) sinbard (3rd place) sortoite (7th place) trickyrlee (5th 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: