Text race history for iKelsio (ikelsio)

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
8 2023-08-01 22:06:12 34.37 99.4%
4 2023-08-01 20:06:56 34.18 99.4%