Text race history for Ankur Gupta (ankur_g)

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
11 2023-07-16 14:57:33 28.96 93%
2 2023-05-25 14:46:37 33.10 95.3%