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 |
---|---|---|---|
87 | 2024-02-13 08:08:56 | 72.49 | 97.6% |
84 | 2024-02-13 08:06:13 | 77.41 | 98.8% |
78 | 2024-02-13 07:59:01 | 77.75 | 98.2% |
43 | 2024-02-13 03:27:34 | 74.01 | 98.8% |
5 | 2023-08-10 05:55:27 | 76.71 | 98.2% |