Text race history for Rishav (rishavmngo)

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
19 2023-07-29 15:56:21 56.99 97.6%
14 2023-07-29 15:50:31 56.72 96.5%