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 |
---|---|---|---|
272 | 2024-08-04 08:07:57 | 48.46 | 98.8% |
252 | 2024-03-12 06:58:08 | 45.39 | 98.1% |
235 | 2024-02-22 18:30:32 | 47.33 | 98.8% |
192 | 2024-02-14 17:04:54 | 42.27 | 97.6% |
190 | 2024-02-14 17:02:24 | 45.57 | 98.7% |
166 | 2024-02-13 17:02:53 | 38.21 | 96.1% |
146 | 2024-02-11 14:08:25 | 41.20 | 97% |
127 | 2024-02-10 16:48:31 | 41.78 | 97.6% |
102 | 2024-02-09 23:39:42 | 43.44 | 97.6% |
87 | 2024-02-09 17:26:16 | 38.34 | 96% |
83 | 2024-02-08 13:43:51 | 40.98 | 98.1% |
27 | 2024-02-02 00:51:24 | 32.92 | 96.4% |
6 | 2024-01-30 20:26:54 | 32.47 | 97% |
2 | 2023-09-17 11:21:31 | 30.99 | 97.1% |