Giới thiệu sản phẩm
import tkinter as tk
from tkinter import messagebox
window = tk.Tk()
def button():
confirm = messagebox.askyesnocancel("comfirm","continue?")
if confirm is True :
print("thank you")
window.destroy()
elif confirm is False :
print("thank you")
window.destroy()
else :
print("godbye")
window.destroy()
button1 = tk.Button(text="button1")
button2 = tk.Button(text="button2",command=button)
button1.pack()
button2.pack()
window.mainloop()
Hình ảnh sản phẩm
Hãy bình luận để nhặt 100 thóc nhé
Sản phẩm cùng tác giả
Sản phẩm liên quan
Không có sản phẩm nào
Đăng nhập để tham gia bình luận