Text race history for Globu (themagicglobe)

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
6 2023-06-28 13:19:14 45.45 91.4%
3 2023-06-01 15:02:24 41.50 91.7%