Text race history for Sarah (smm2319)

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
28 2024-05-15 18:43:19 40.07 96.6%