Commit 7afc5673 by BellCodeEditor

save project

parent e1710c17
Showing with 6 additions and 6 deletions
......@@ -6,19 +6,19 @@ def submit():
mm2 = e3.get()
if mm == mm2:
print('-'*90)
print("提示:")
print(" 提示:")
print('-'*90)
print('提交成功')
print(' 提交成功')
print('-'*90)
print("您的账号是"+name)
print(" 您的账号是"+name)
print('-'*90)
print("您的密码是"+mm)
print(" 您的密码是"+mm)
print('-'*90)
print('请收好您的密码,以免账号被盗')
print(' 请收好您的密码,以免账号被盗')
print('-'*90)
else:
print('-'*90)
print("请重新确定密码!")
print(" 请重新确定密码!")
print('-'*90)
# 建立窗口对象
......
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