Text race history for skyworld (skyworld09)

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
56 2024-06-26 10:40:25 50.46 94.5%
1 2024-06-05 13:14:06 40.17 91.5%