Commit 3f3f104a by BellCodeEditor

save project

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