Commit 43678894 by BellCodeEditor

save project

parent 1798355a
Showing with 2 additions and 2 deletions
...@@ -2,8 +2,8 @@ import tkinter ...@@ -2,8 +2,8 @@ import tkinter
def register(): def register():
name = e1.get() name = e1.get()
nima = e2.get() mima = e2.get()
nima = e3.get() mima2 = e3.get()
print(name,mima,mima2) print(name,mima,mima2)
# 建立窗口对象 # 建立窗口对象
root = tkinter.Tk() root = tkinter.Tk()
......
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