Text race history for prakash (1234prakash)

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 2023-07-20 05:58:46 26.17 92.6%
46 2023-07-20 05:48:00 28.44 97%
39 2023-07-15 05:59:49 23.81 93%
1 2023-07-03 05:41:55 21.03 90.6%