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 |
---|---|---|---|
39 | 2024-04-26 02:49:35 | 62.00 | 95.9% |
26 | 2024-04-25 03:25:04 | 51.62 | 94.6% |
20 | 2024-04-25 03:09:12 | 54.26 | 94.7% |
18 | 2024-04-22 22:36:36 | 56.25 | 94.6% |
1 | 2024-04-16 03:04:46 | 48.03 | 95.4% |