from tkinter import * root = Tk() root.title(\'Icon\') root.iconbitmap(\'Desktop/img.ico\') root.mainloop()
I typed the above code. Ho