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 |
---|---|---|---|
90 | 2023-06-22 08:49:17 | 36.64 | 97.6% |
86 | 2023-06-22 06:32:09 | 32.53 | 94.5% |
58 | 2023-06-09 09:04:25 | 33.72 | 93.8% |
37 | 2023-06-08 06:33:31 | 33.45 | 95.1% |
21 | 2023-06-07 09:00:16 | 27.87 | 94.9% |
13 | 2023-06-06 08:49:16 | 27.12 | 93.4% |
10 | 2023-06-06 08:41:09 | 26.53 | 91.7% |
1 | 2023-06-05 09:15:14 | 24.37 | 92.7% |