Race Result Details |
Racer | manado mana? (semauracing) |
Race Number | 10 |
Date | Wed, 15 Jan 2025 21:16:07 |
Universe | code |
Speed |
27 WPM
![]() |
Accuracy | 95.5% |
Rank | 2nd place (out of 6) |
Opponents | gorengikan (5th place) huheho_1 (1st place) khew123 (4th place) widot123 (6th 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)
|