Text race history for XxTyp1ngG0DxX (merklinn)

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
54 2023-07-04 07:20:43 55.02 95.9%
48 2023-07-04 07:06:36 51.26 94.6%
32 2023-07-03 05:05:52 45.11 92.7%
24 2023-07-03 04:51:32 45.49 96%