Text race history for Tushar (dark_thunder)

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
8 2024-03-06 05:57:04 41.79 91.7%
1 2023-09-20 11:23:47 41.17 93.4%