Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Sharick_Chungara (sharick_chungara)
Race Number 113
Date Mon, 30 Jun 2025 1:26:36
Universe code
Speed 30 WPM Try to beat?
Accuracy 93.1%
Rank 5th place (out of 8)
Opponents beltran_tarqui (1st place) erick_vargas (4th place) jas_el1 (2nd place) jhonny_ct (7th place) liz_mariela (6th place) nessa2 (8th place) samiraarancibia123426 (3rd 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: