Text race history for carbonmonkey (carbonmonkey)

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
34 2023-03-10 20:50:07 32.43 98%
26 2023-03-09 20:30:28 30.80 98%
21 2023-03-08 19:24:42 23.92 96%
14 2023-03-06 23:53:42 36.08 98%