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 |
---|---|---|---|
105 | 2025-07-23 13:56:04 | 57.67 | 95% |
78 | 2025-07-13 05:13:56 | 58.74 | 95% |
77 | 2025-07-08 06:42:24 | 61.57 | 94% |
74 | 2025-07-04 03:48:36 | 58.07 | 95% |
73 | 2025-07-04 03:47:44 | 65.98 | 96% |
62 | 2025-07-03 11:24:29 | 65.16 | 96% |
56 | 2025-07-03 11:16:25 | 59.42 | 95% |
7 | 2025-06-21 09:10:52 | 51.89 | 94% |