Text race history for account deleted (concurrent)

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
49 2020-04-18 13:46:58 61.89 97%
20 2020-01-03 15:42:33 47.59 96%
17 2020-01-03 15:35:57 47.85 98%
15 2020-01-03 15:34:07 44.97 95%