Race Result Details |
| Racer | BAWAH GUA GAY (huheho_1) |
| Race Number | 11 |
| Date | Wed, 15 Jan 2025 21:15:57 |
| Universe | code |
| Speed |
31 WPM
Try to beat?
|
| Accuracy | 92.2% |
| Rank | 1st place (out of 6) |
| Opponents | gorengikan (5th place) khew123 (4th place) semauracing (2nd 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)
|
