I would like to change two graphical icons related to turtle graphics using Python:
a) One that shows up at the top left corner of the canvas window as in here. I believe this is coming from tk itself.
b) The icon on the desktop as in here (in Windows).
Can this be done through python code itself?