Text race history for Nguyen Khanh Van (vanngk_)

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
1 2024-09-25 05:46:35 33.93 95.9%