Text race history for finityslowacc (finityslowacc)
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 |
8 |
2024-02-27 00:13:28 |
81.29 |
98.2% |
3 |
2023-09-19 03:55:55 |
68.33 |
98.2% |