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 |
---|---|---|---|
137 | 2024-12-04 12:56:36 | 32.93 | 94.5% |
116 | 2024-09-11 12:25:23 | 35.71 | 93.9% |
36 | 2023-10-25 08:14:01 | 28.98 | 92.7% |
33 | 2023-10-12 13:47:47 | 31.75 | 96% |
30 | 2023-10-10 09:00:51 | 31.57 | 97.1% |
15 | 2023-10-03 09:32:28 | 30.48 | 93.8% |