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 |
---|---|---|---|
94 | 2023-07-09 11:07:06 | 37.95 | 95.8% |
44 | 2023-07-02 05:59:55 | 29.19 | 95.5% |
33 | 2023-06-30 14:25:07 | 37.52 | 97.5% |
14 | 2023-06-29 22:28:41 | 33.34 | 96.1% |
12 | 2023-06-28 12:32:02 | 31.82 | 95.5% |