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 |
---|---|---|---|
97 | 2025-06-27 14:42:22 | 46.94 | 93% |
88 | 2025-06-27 02:47:51 | 46.03 | 97% |
71 | 2025-06-26 00:04:34 | 36.28 | 94% |
64 | 2025-06-15 00:41:58 | 46.51 | 95% |
59 | 2025-06-01 00:07:26 | 35.34 | 93% |
56 | 2025-05-29 02:05:51 | 44.11 | 93% |
31 | 2025-05-24 14:16:39 | 31.28 | 95% |
28 | 2025-05-22 23:42:31 | 38.96 | 94% |