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 |
---|---|---|---|
227 | 2023-10-06 02:06:55 | 29.38 | 90.8% |
128 | 2023-07-14 16:56:26 | 31.88 | 93.6% |
126 | 2023-07-14 16:54:02 | 32.67 | 93.8% |
105 | 2023-07-10 13:52:45 | 37.28 | 93.7% |
88 | 2023-07-08 01:22:08 | 25.48 | 92% |
84 | 2023-07-07 02:48:14 | 31.15 | 91.6% |
49 | 2023-07-05 02:29:26 | 32.67 | 91.3% |
47 | 2023-07-05 02:23:36 | 28.31 | 91.4% |
20 | 2023-07-03 02:51:38 | 25.62 | 90.8% |