Text race history for najeeb (abdulnajeeb3)

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
5 2023-09-03 00:21:56 59.67 96.6%