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 |
---|---|---|---|
114 | 2025-06-30 01:35:29 | 27.36 | 89% |
113 | 2025-06-30 01:26:36 | 30.45 | 93% |
95 | 2025-06-27 01:04:17 | 25.57 | 92% |
64 | 2025-06-06 01:43:31 | 27.25 | 93% |
53 | 2025-06-02 00:44:34 | 24.86 | 92% |
16 | 2025-05-11 00:27:37 | 25.10 | 93% |
1 | 2024-05-28 19:47:39 | 22.43 | 93.5% |