Text race history for mj141592 (mj141592)
Back to text analysis page
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 |
6 |
2023-08-19 12:43:48 |
24.87 |
93% |
5 |
2023-08-17 21:23:57 |
28.54 |
97.1% |