python如何写出表白程序
用python编表白程序的方法: 1、创建GUI窗口,实现代码的调用。 2、编写点击触发函数,实现表白程序。 具体代码如下: from tkinter import * from tkinter import messagebox def closeWindow(): messagebox.showinfo(title=警告,message=不许关闭,好好回答) # messagebox.showerror(title=警告,message=不许关闭,好好回答) return # 点击喜欢触发的方法 def Love(): # 顶级窗口 love = To