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 |
---|---|---|---|
142 | 2024-12-08 13:57:43 | 35.76 | 93.1% |
127 | 2024-12-08 06:44:31 | 37.18 | 92.9% |
100 | 2024-11-29 10:07:27 | 35.50 | 92.5% |
97 | 2024-11-29 10:02:50 | 38.83 | 93.7% |
56 | 2024-11-27 03:56:53 | 41.10 | 94.5% |
48 | 2024-11-27 02:14:46 | 38.78 | 92.3% |
43 | 2024-11-27 02:06:45 | 34.90 | 92.5% |
25 | 2024-11-24 03:22:59 | 34.83 | 94.1% |