Text race history for Feng (da_xiao_jin_dou)

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
21 2022-02-28 22:48:42 30.80 94%
19 2022-02-28 22:45:09 23.67 93%