Text race history for Guslix (guslix)
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 |
63 |
2023-07-05 08:10:30 |
35.02 |
95.8% |
2 |
2023-06-28 16:31:14 |
30.63 |
94.4% |