Text race history for INDO EUROPEAN (indo_european_sun_god)

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
25 2022-02-17 14:41:07 43.13 95%
18 2021-11-12 13:10:01 50.86 96%
4 2021-11-10 13:10:21 50.70 98%
1 2021-11-10 13:05:13 42.24 97%