+ 2
Hello, i'm trying to run a code with tkinter in but it doesn't work. Can anyone help me please?
My input is: from tkinter import * tk=Tk() canvas=Canvas.pack(tk, width=400, height=400) canvas.pack() my_image=Photo_image(file="f:\\test.gif") canvas.create_image(0,0,anchor=NW,image=my_image)
1 Réponse
+ 2
Thank you so much!!