Text race history for Sudip (donda)

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
22 2023-10-06 14:20:28 40.49 94.1%
21 2023-10-06 14:19:13 42.04 92.8%
20 2023-10-06 14:17:35 45.16 96.5%
12 2023-06-23 18:49:42 37.61 92.3%