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 |
---|---|---|---|
127 | 2022-06-09 01:09:36 | 80.55 | 97% |
115 | 2022-04-25 04:12:03 | 91.68 | 98% |
114 | 2022-04-16 07:37:05 | 85.75 | 96% |
105 | 2022-04-16 07:26:10 | 87.69 | 97% |
86 | 2022-04-06 23:04:05 | 80.08 | 96% |
67 | 2022-04-06 07:16:59 | 73.47 | 96% |
64 | 2022-04-06 07:13:55 | 73.52 | 94% |
57 | 2022-03-28 10:02:01 | 89.33 | 99% |
51 | 2022-03-28 09:52:38 | 70.91 | 96% |
30 | 2022-03-15 05:03:54 | 82.49 | 97% |
24 | 2022-03-15 04:55:25 | 72.34 | 96% |
4 | 2022-03-08 06:00:21 | 67.69 | 95% |