from tkinter import* def change(): img=PhotoImage(file="트리2.png") imageLabel.configure(image=img) imageLabel.image=img> win=Tk() win.geometry("500x400") win.title("MerryChristmas") im=PhotoImage(file="니꺼.png") imageLabel=Label(win,image=im) imageLabel.pack()> btn=Button(win,text="CLICKME!",command=change) btn.pack() btn.down win.mainloop() The web site of rlarlawlwldodo

Welcome to my Website!

This is a paragraph! Here's how you make a link: Neocities.

Here's how you can make bold and italic text.

Here's how you can add an image:

Here's how to make a list:

To learn more HTML/CSS, check out these tutorials!