Text race history for turbee6 (turbee6)

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
61 2024-04-06 01:40:36 26.92 94.8%
44 2024-04-04 05:06:48 28.89 93.8%