Text race history for Mohamed (medsebri)

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-07-22 10:53:44 43.40 91.2%
5 2023-07-22 10:52:30 47.03 94.2%