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 |
---|---|---|---|
31 | 2025-07-17 16:15:19 | 41.63 | 95% |
27 | 2025-05-30 18:21:17 | 44.40 | 97% |
24 | 2025-05-29 21:42:49 | 41.01 | 95% |
20 | 2025-05-29 21:39:03 | 39.31 | 96% |
17 | 2025-05-29 21:13:23 | 35.83 | 94% |
8 | 2025-05-29 20:36:45 | 42.62 | 97% |