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 |
---|---|---|---|
30 | 2023-07-06 05:07:54 | 24.76 | 93.3% |
28 | 2023-07-05 11:58:44 | 22.81 | 94.1% |
24 | 2023-07-05 11:46:25 | 23.21 | 92.7% |
17 | 2023-07-05 09:42:06 | 22.40 | 94.4% |
9 | 2023-07-05 09:21:54 | 19.03 | 94.3% |