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 |
---|---|---|---|
44 | 2019-11-09 09:37:30 | 78.01 | 96% |
34 | 2019-10-18 05:52:13 | 76.06 | 96% |
16 | 2019-10-15 09:37:13 | 60.72 | 94% |
9 | 2019-10-15 09:22:27 | 64.83 | 95% |
8 | 2019-10-15 09:21:52 | 63.81 | 95% |