Text race history for Bijoy (bijoy022_)

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
69 2024-08-23 12:19:38 45.80 99.4%
49 2024-08-19 07:08:43 39.35 98.1%
14 2024-07-17 13:37:25 34.02 95.9%