Text race history for Sumit (smtchahal2)

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
17 2014-01-03 05:43:48 88.94 96%
13 2014-01-02 17:08:30 74.32 93%
11 2014-01-02 17:06:23 82.66 94%
5 2014-01-02 09:53:19 77.58 94%
1 2013-02-17 04:49:15 62.02 91%