Text race history for Taush (tsampley)

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
14 2021-06-25 16:52:22 60.62 97%
3 2021-06-21 15:15:41 60.59 96%