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 |
---|---|---|---|
281 | 2024-01-12 20:55:39 | 55.62 | 93.6% |
274 | 2024-01-12 20:46:21 | 66.64 | 95.7% |
235 | 2024-01-09 05:31:07 | 59.12 | 94.6% |
220 | 2024-01-09 01:53:47 | 62.41 | 96.2% |
206 | 2024-01-09 01:38:17 | 59.36 | 95.2% |
205 | 2024-01-08 16:34:54 | 48.24 | 92.6% |
197 | 2024-01-08 16:26:17 | 59.40 | 95.4% |
195 | 2024-01-08 16:24:56 | 54.04 | 92.3% |
155 | 2024-01-05 16:06:11 | 61.30 | 96.3% |
151 | 2024-01-05 16:02:06 | 58.13 | 96.2% |
144 | 2024-01-05 00:51:48 | 63.93 | 95.1% |
141 | 2024-01-05 00:49:04 | 58.18 | 95.2% |
99 | 2024-01-04 00:58:40 | 55.10 | 94.6% |
90 | 2024-01-04 00:49:09 | 57.42 | 97% |
68 | 2024-01-03 16:39:39 | 57.23 | 95.5% |
45 | 2024-01-03 05:21:06 | 49.08 | 92.7% |