用户:
11111111111111112查看:0 回复:0 评论:0 创建时间:2023-03-05T19:56:01
【作品展示】

【作品介绍】
1111111111
【作品源代码】
from tkinter import *
root=Tk()
root.config(background="black")
root.title("个人简介.py")
root.geometry("1000x600")
q = Label(root,text="吾乃万岁万岁万万岁简介-python",fg="white",font=("啊里巴巴普惠体",27),bg="black")
q.pack()
#关闭按钮函数
def butt(x):
print(x)
q = Label(root, text="吾乃万岁万岁万万岁简介-python", fg="white",
font=("啊里巴巴普惠体", 100), bg="black")
e = Button(root, text="关闭窗口", fg="black",
bg="white", command=lambda: butt("10"))
e.pack()
root.mainloop()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn