Text race history for suraj pratap singh (9910729655)

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
21 2023-10-23 15:30:32 27.57 95.5%
14 2023-10-23 13:34:49 28.12 94.1%