Text race history for Sid (sidcode)

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
7 2015-04-28 18:36:09 56.02 93%
1 2015-04-28 18:26:22 46.73 91%