Text race history for murgahahaha (murgahahaha)

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
19 2024-02-16 10:25:47 34.33 94.6%
11 2023-10-31 01:38:41 21.33 95.1%
7 2023-10-24 08:26:40 16.00 95.5%