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 |
---|---|---|---|
27 | 2024-04-27 21:41:30 | 29.34 | 91.4% |
22 | 2024-04-27 21:26:18 | 30.37 | 96.5% |
16 | 2024-04-20 15:01:38 | 24.11 | 90.2% |
14 | 2024-04-20 14:56:07 | 25.74 | 91.8% |
6 | 2024-04-20 14:36:17 | 23.71 | 91.8% |