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 |
---|---|---|---|
61 | 2025-06-08 12:35:54 | 37.31 | 96% |
56 | 2025-06-07 12:50:41 | 47.25 | 95% |
51 | 2025-06-07 12:44:08 | 50.75 | 98% |
38 | 2025-06-02 09:18:38 | 51.95 | 98% |
35 | 2025-06-02 09:11:16 | 49.42 | 98% |
34 | 2025-06-02 09:10:14 | 51.61 | 98% |