Text race history for Ceckulienka (ceckulienka)
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 |
30 |
2024-02-15 15:52:45 |
49.13 |
95.6% |
10 |
2023-08-16 12:59:43 |
36.55 |
95.1% |