Text race history for sk (teslateslatesla)

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 2021-09-09 05:28:56 47.58 93%
31 2021-09-06 13:38:13 53.30 97%
25 2021-09-06 07:27:37 42.44 95%
9 2021-09-04 07:18:58 43.57 94%