Text race history for Daniel (kix512)

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
9 2023-03-29 16:25:52 36.42 97%
8 2023-03-29 16:24:35 34.23 96%
1 2023-03-28 18:28:19 28.89 92%