Text race history for shashinagraj (nagrajshashi)

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
22 2023-08-09 02:07:16 82.58 98.8%
14 2023-07-12 10:09:55 73.46 98.8%
13 2023-07-12 10:09:13 78.12 97.6%