The code below is what I have attempted. I have attempted using other codes but the results are all the same with the image not showing.
from tkinter import *
root = Tk()
root.title('Using Icons, Images, and Exit Buttons')
root.iconbitmap('c:\Python images\die1.ico')
root.mainloop()