Text race history for isthislewz (isthislewz)
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 |
11 |
2023-07-08 17:33:42 |
50.11 |
97.6% |
3 |
2023-07-07 00:53:56 |
41.56 |
98.8% |