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 |
---|---|---|---|
124 | 2024-01-24 12:36:59 | 90.37 | 98.8% |
112 | 2024-01-23 18:03:07 | 90.20 | 98.2% |
108 | 2024-01-23 17:48:15 | 98.15 | 98.8% |
97 | 2024-01-18 23:15:26 | 96.24 | 98.8% |
96 | 2024-01-18 23:14:51 | 91.53 | 98.8% |
79 | 2024-01-18 16:06:17 | 90.69 | 98.2% |
65 | 2024-01-18 15:41:17 | 90.40 | 98.2% |
64 | 2024-01-18 15:40:00 | 96.70 | 98.7% |
31 | 2022-11-19 20:44:26 | 92.95 | 99% |
30 | 2022-11-19 20:43:42 | 71.20 | 97% |
4 | 2021-10-13 01:45:38 | 70.10 | 98% |