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 |
---|---|---|---|
85 | 2024-09-08 14:23:10 | 42.74 | 97.6% |
82 | 2024-09-05 13:37:48 | 42.91 | 99.4% |
80 | 2024-09-05 13:34:05 | 37.98 | 97% |
53 | 2024-07-08 10:54:23 | 38.66 | 95.9% |
51 | 2024-07-08 10:48:33 | 33.97 | 95.5% |
45 | 2024-07-08 10:36:35 | 20.49 | 97.1% |
14 | 2024-06-22 14:09:51 | 31.45 | 94.5% |
13 | 2024-06-22 14:07:58 | 32.91 | 97.6% |