Text race history for Abhilash (abhilashr)

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-08-02 20:29:17 77.08 98.2%