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 |
---|---|---|---|
56 | 2016-10-07 04:25:40 | 68.58 | 92% |
37 | 2015-06-12 00:14:12 | 62.77 | 87% |
36 | 2015-06-12 00:13:10 | 58.03 | 83% |
29 | 2015-03-03 06:10:16 | 49.37 | 83% |
20 | 2014-09-15 01:01:10 | 52.27 | 86% |
15 | 2013-10-12 23:39:43 | 61.87 | 91% |
10 | 2013-10-12 04:19:46 | 59.39 | 97% |
4 | 2011-03-04 22:15:02 | 34.57 |