Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

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