Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Rsc (rstacruz)
Race Number 4
Date Thu, 31 Aug 2017 8:21:10
Universe code
Speed 85 WPM Try to beat?
Accuracy 98.7%
Rank 1st place (out of 10)
Opponents akosipc (5th place) stlsixers (6th place) thurginesis (2nd place) xerxesregulus (9th 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: