Text race history for gak colemak (gak_colemak)

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
3 2024-02-04 04:50:04 27.98 96%
1 2024-02-04 04:46:23 26.50 91.9%