Text race history for se (simops)

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
8 2023-10-24 16:52:16 50.14 96.9%
2 2023-08-28 14:18:28 62.46 93.2%