Text race history for sunglass (sunglassdev)
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 |
14 |
2024-08-09 22:51:59 |
74.50 |
95.7% |
5 |
2024-04-09 16:31:26 |
70.29 |
96.1% |