Text race history for ADITYA (adityatype)

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
50 2024-05-15 12:58:54 31.70 93.4%
27 2024-05-10 16:28:41 22.38 92.8%
24 2024-05-10 16:18:23 31.73 95.5%
3 2024-05-05 06:29:05 25.98 93.5%