Text race history for lalit (daredevil_5859)

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
5 2023-07-14 06:01:34 45.41 90.6%
2 2023-07-14 05:56:41 58.39 97%