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 |
---|---|---|---|
143 | 2024-11-10 05:03:26 | 44.38 | 95.2% |
137 | 2024-11-09 12:33:35 | 42.47 | 94.5% |
127 | 2024-11-07 17:43:20 | 34.04 | 94.1% |
122 | 2024-11-07 17:35:14 | 46.12 | 96.1% |
100 | 2024-10-29 05:33:04 | 46.70 | 96.2% |
74 | 2024-10-29 04:46:08 | 37.10 | 94.3% |