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 |
---|---|---|---|
157 | 2023-09-13 02:50:46 | 44.70 | 95.6% |
96 | 2023-09-06 09:09:44 | 42.69 | 95% |
93 | 2023-09-05 14:17:22 | 47.38 | 96.5% |
36 | 2023-09-03 03:18:07 | 44.71 | 95.9% |
27 | 2023-09-02 15:33:06 | 45.38 | 97.1% |
1 | 2023-08-09 13:52:58 | 33.79 | 93.9% |