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 |
---|---|---|---|
96 | 2024-02-02 05:26:03 | 39.17 | 94.6% |
93 | 2024-02-02 05:20:58 | 41.29 | 95.5% |
85 | 2024-02-02 01:50:26 | 41.20 | 95% |
73 | 2024-02-01 07:28:12 | 39.48 | 96.2% |
68 | 2024-02-01 07:20:07 | 40.73 | 96% |
55 | 2024-02-01 05:28:31 | 40.44 | 96.6% |
52 | 2024-02-01 05:25:14 | 38.51 | 93% |
23 | 2024-02-01 01:50:02 | 35.08 | 94% |
9 | 2024-01-31 07:13:31 | 34.29 | 94.6% |