Text race history for Yuhang (yuhang0722)

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
27 2023-08-06 09:16:35 91.64 98%
19 2022-10-22 13:52:49 74.70 96%
11 2022-10-22 13:43:55 72.41 97%
3 2022-07-21 03:45:59 90.03 99%