Commit 0b466f5c by BellCodeEditor

save project

parent 26dbf55a
Showing with 3 additions and 2 deletions
......@@ -2,8 +2,9 @@ import tkinter
def register():
name = e1.get()
code = e2.get()
print('用户输入的信息为:'+name+','+code)
code1 = e2.get()
code2 = e3.get()
print('用户输入的信息为:'+name+code1+code2)
# 建立窗口对象
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