Text race history for TypeSquid (typesquid)

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
31 2024-09-15 06:30:55 33.46 93%
11 2024-09-12 10:35:50 22.51 90.9%
10 2024-09-12 10:30:25 23.52 91.5%
8 2024-09-12 08:05:42 24.45 90.2%