Commit 1aafbe5d by BellCodeEditor

save project

parent dc9003c5
Showing with 4 additions and 1 deletions
...@@ -8,5 +8,7 @@ while True: ...@@ -8,5 +8,7 @@ while True:
break break
if name != username: if name != username:
input("请重输入用户名:") input("请重输入用户名:")
if password != userpassword:
elif password != userpassword:
input("请重输入密码:") input("请重输入密码:")
\ No newline at end of file
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