Text race history for Дидакус (didacus)

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
12 2024-05-09 06:26:42 69.73 99.4%
10 2024-05-09 06:24:53 68.97 99.4%