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 |
---|---|---|---|
114 | 2024-02-07 19:32:47 | 70.85 | 98.1% |
112 | 2024-01-12 19:26:36 | 65.89 | 96.5% |
109 | 2024-01-12 19:22:31 | 66.48 | 97.6% |
96 | 2023-10-29 21:29:28 | 65.69 | 98.7% |
63 | 2023-07-30 14:03:36 | 58.02 | 97.7% |
53 | 2023-07-20 18:21:00 | 60.38 | 99.4% |
50 | 2023-07-18 09:19:45 | 52.43 | 97.6% |
47 | 2023-07-17 21:02:52 | 60.59 | 98.1% |
38 | 2023-07-17 20:44:50 | 50.91 | 95.5% |
29 | 2023-07-16 13:10:27 | 42.98 | 97% |
15 | 2023-05-16 14:16:04 | 55.37 | 96% |
2 | 2023-04-25 12:36:05 | 54.52 | 96% |