def ouvrir(): patryck = PhotoImage(file='Smiley.png') item = can1.create_image(300, ... from tkinter import * from PIL import ImageTk, Image root = Tk() c ...
確定! 回上一頁