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 |
---|---|---|---|
162 | 2024-08-10 03:03:44 | 46.77 | 99.4% |
75 | 2024-06-13 11:46:13 | 35.85 | 97.6% |
74 | 2024-06-13 11:41:27 | 39.21 | 98.8% |
73 | 2024-06-13 11:38:57 | 39.03 | 98.1% |
5 | 2023-01-30 06:48:33 | 39.23 | 98% |