Text race history for AlanHacker (alanhacker)

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
39 2024-04-29 09:55:29 70.10 98.2%
35 2024-04-28 11:07:13 57.79 95.7%
31 2024-04-28 11:03:58 56.60 94.7%
2 2023-09-08 00:23:52 50.14 93.8%