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 |
---|---|---|---|
149 | 2025-06-30 01:35:16 | 33.68 | 95% |
146 | 2025-06-30 01:26:31 | 33.09 | 96% |
78 | 2025-06-06 01:43:27 | 29.04 | 94% |
58 | 2025-06-05 14:41:46 | 24.70 | 95% |
21 | 2025-05-17 23:52:17 | 21.30 | 93% |
5 | 2024-06-15 06:22:34 | 14.58 | 88.6% |
3 | 2024-06-15 06:18:57 | 16.53 | 91.1% |