Text race history for www.tunnel.dev (leondreamed)

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
29 2023-08-05 01:09:18 142.20 99.4%
27 2023-07-08 03:01:10 141.19 100%
25 2023-07-08 02:57:10 132.21 98.8%
16 2023-07-08 02:38:38 140.68 100%