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 |
---|---|---|---|
60 | 2023-09-17 14:37:39 | 30.28 | 92.3% |
55 | 2023-09-17 14:21:32 | 27.89 | 92.4% |
22 | 2023-07-24 00:08:47 | 24.81 | 93.2% |
19 | 2023-07-24 00:01:05 | 27.40 | 95.5% |
12 | 2023-07-23 23:47:59 | 24.32 | 91.1% |
1 | 2023-07-21 17:30:48 | 21.23 | 90.6% |