Text race history for Asif (asif04)

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
13 2024-03-12 04:26:59 51.85 98.2%
1 2024-02-15 09:47:56 43.31 95.6%