Text race history for abhishek (abhishree_123)

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
20 2024-07-09 11:11:20 26.43 94.9%
4 2024-07-09 10:17:16 19.36 91%