Text race history for Spindarella (spindarella)

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
5 2023-07-29 02:18:32 67.42 98.8%
1 2023-07-29 02:14:23 59.52 97.6%