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 |
---|---|---|---|
70 | 2025-06-27 20:01:38 | 26.53 | 91% |
53 | 2025-06-27 17:15:52 | 26.74 | 93% |
24 | 2025-06-21 19:23:34 | 24.37 | 91% |
22 | 2025-06-19 08:12:32 | 16.61 | 90% |
21 | 2025-06-17 07:15:31 | 25.38 | 90% |
17 | 2025-06-17 07:06:42 | 24.44 | 92% |
8 | 2025-06-15 08:26:31 | 24.80 | 91% |