Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Jasel Alexander Ayma Titicayo (jasel_alexander_ayma10)
Race Number 1
Date Tue, 28 May 2024 19:47:21
Universe code
Speed 29 WPM Try to beat?
Accuracy 96.6%
Rank 1st place (out of 21)
Opponents alexbeltrantarqui (5th place) ariane111 (8th place) chavezfred (7th place) luis_rodrigo (3rd place) mariabetzabeortega_soto (2nd place) rick5664 (6th place) sharick_chungara (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: