Text race history for genieghost (genieghost)
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 |
34 |
2024-05-19 06:35:05 |
26.06 |
93.9% |
12 |
2024-02-16 13:06:35 |
27.89 |
96.6% |