Text race history for hakan (haakn)

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
20 2024-03-14 01:27:43 79.53 98.2%
9 2024-03-09 19:27:08 87.51 100%
7 2024-03-09 00:28:47 78.56 99.4%