Text race history for twitch.tv/CGreyIce (imslow10)

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 2025-07-15 15:02:38 63.11 96%
2 2025-07-15 14:55:42 55.25 96%