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 |
---|---|---|---|
144 | 2023-09-15 05:42:25 | 46.58 | 90.4% |
142 | 2023-09-15 05:34:48 | 45.59 | 88.1% |
99 | 2023-09-14 10:51:03 | 59.84 | 91.8% |
64 | 2023-09-13 16:31:23 | 49.87 | 91.8% |
54 | 2023-09-13 16:19:02 | 46.24 | 89.9% |
42 | 2023-09-13 11:29:39 | 41.66 | 91.9% |
39 | 2023-09-13 11:25:32 | 45.91 | 91.9% |
17 | 2023-09-12 14:27:03 | 59.28 | 94.7% |