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 |
---|---|---|---|
190 | 2019-07-23 15:32:25 | 117.88 | 99% |
169 | 2019-07-20 20:29:37 | 127.02 | 99% |
134 | 2019-02-16 05:41:27 | 116.25 | 98% |
38 | 2019-01-27 22:41:13 | 117.15 | 99% |
36 | 2019-01-27 22:38:09 | 115.17 | 99% |
31 | 2019-01-02 01:38:51 | 109.89 | 98% |
26 | 2018-10-15 01:59:14 | 115.58 | 99% |
11 | 2018-10-03 17:31:04 | 130.34 | 100% |
7 | 2018-10-03 17:04:06 | 122.04 | 98% |
6 | 2018-10-03 17:03:41 | 113.83 | 98% |