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 |
---|---|---|---|
53 | 2022-09-06 18:40:07 | 127.17 | 99% |
43 | 2021-08-01 19:48:50 | 121.44 | 97% |
38 | 2021-07-25 00:26:46 | 111.96 | 96% |
37 | 2021-07-19 21:45:12 | 113.73 | 95% |
32 | 2021-07-19 21:37:55 | 112.46 | 97% |
23 | 2021-05-25 19:44:24 | 117.94 | 97% |
21 | 2021-05-25 19:43:00 | 122.55 | 98% |
19 | 2021-05-25 19:41:17 | 104.68 | 97% |
5 | 2021-05-20 19:31:16 | 111.00 | 98% |