Text race history for Masab (masab2)

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 2024-12-26 14:03:24 61.03 96%
1 2024-12-26 13:56:58 62.23 96.6%