Text race history for Hello :) (chigginnuggie)

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
21 2024-02-14 06:48:16 63.35 97.1%
15 2023-07-21 02:15:05 70.10 100%
13 2023-07-14 01:50:32 54.33 96.1%
6 2023-07-07 02:12:36 60.15 98.1%