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 |
---|---|---|---|
62 | 2022-01-25 11:54:30 | 43.87 | 94% |
57 | 2022-01-25 09:01:33 | 42.67 | 93% |
56 | 2022-01-25 09:00:18 | 40.27 | 97% |
31 | 2022-01-24 17:06:05 | 45.52 | 98% |
24 | 2022-01-24 16:54:45 | 34.76 | 95% |
19 | 2022-01-23 21:49:56 | 41.81 | 98% |
13 | 2022-01-23 17:58:58 | 42.39 | 97% |
1 | 2022-01-23 12:43:21 | 34.62 | 95% |