Text race history for Moaath (moaath)

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
13 2024-11-27 07:39:22 41.98 95.3%
12 2024-11-27 07:37:29 34.80 91%
11 2024-11-27 07:34:58 44.29 96%
8 2024-08-31 17:57:36 42.26 95.1%