Commit 0266344f by BellCodeEditor

save project

parent db4c6e05
Showing with 8 additions and 1 deletions
import tkinter
def nm():
x = yee1.get()
print('这位鸡巴玩家的勇壶民丝:',x)
root=tkinter.Tk()
root.geometry('400x300+500+200')
root.title('超级NB的窗口')
......@@ -16,7 +21,9 @@ L2 = tkinter.Label(root,text='迷妈',font=('宋体',14),fg='green',width=5,heig
L2.place(x=20,y=175)
L3 = tkinter.Label(root,text='缺人米妈',font=('宋体',14),fg='green',width=9,height=2)
L3.place(x=0,y=215)
root.resizable(width=False,height=False)
b1 = tkinter.Button(root,text='别点我',bg='red',width=15,command=nm)
b1.place(x=130,y=260)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment