Text race history for thanh ha (hatienthanh)

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
7 2023-08-30 09:06:40 31.07 94%
1 2023-08-28 16:51:12 24.68 93.2%