Text race history for kinisslearner (kinesislearner)

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
171 2024-05-03 19:45:12 49.47 95.6%
166 2024-05-03 19:39:02 45.06 95.5%
91 2024-05-02 18:38:11 39.01 93.6%
50 2024-05-01 22:20:42 36.00 92%