Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Ivan (electrophile)
Race Number 1
Date Sat, 6 Jan 2018 15:34:12
Universe code
Speed 59 WPM Try to beat?
Accuracy 98.1%
Rank 1st place (out of 2)
Opponents mey1801 (2nd 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: