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")
Game | Time | WPM | Accuracy |
---|---|---|---|
90 | 2025-07-03 19:57:12 | 34.22 | 90% |
81 | 2025-07-03 19:38:07 | 40.93 | 96% |
49 | 2025-07-02 01:24:13 | 32.60 | 92% |
43 | 2025-07-02 01:15:10 | 43.61 | 95% |
19 | 2025-07-01 17:41:23 | 35.21 | 92% |