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 |
---|---|---|---|
141 | 2023-09-18 11:36:06 | 45.83 | 95.1% |
122 | 2023-09-05 12:56:59 | 53.48 | 97% |
114 | 2023-09-04 10:23:19 | 48.78 | 97.2% |
94 | 2023-08-31 13:26:46 | 46.79 | 97% |
92 | 2023-08-31 11:06:44 | 47.47 | 95.5% |
78 | 2023-08-30 13:48:22 | 52.65 | 98.8% |
70 | 2023-08-29 19:14:36 | 47.57 | 97% |
63 | 2023-08-29 15:41:44 | 49.19 | 97% |
37 | 2023-08-23 16:16:06 | 43.70 | 94.7% |
22 | 2023-08-22 11:04:29 | 43.00 | 96.1% |
12 | 2023-08-21 14:24:18 | 45.55 | 96.6% |
10 | 2023-08-21 14:21:11 | 35.95 | 92.5% |