Text race history for Keyun (keyun21)

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
46 2023-06-20 08:05:42 49.64 93.9%
3 2023-06-11 07:49:43 39.32 88.8%