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 |
---|---|---|---|
59 | 2024-10-25 12:42:55 | 41.72 | 91.9% |
58 | 2024-10-24 14:22:58 | 34.53 | 91.2% |
57 | 2024-10-24 14:21:40 | 34.51 | 96% |
49 | 2024-10-17 12:09:43 | 40.54 | 92.2% |
26 | 2024-09-24 14:50:46 | 35.75 | 89.7% |