Commit 53b59187 by BellCodeEditor

save project

parent 11e80660
Showing with 1 additions and 0 deletions
...@@ -11,6 +11,7 @@ while True :# 请用input()实现用户输入账号、密码的功能 ...@@ -11,6 +11,7 @@ while True :# 请用input()实现用户输入账号、密码的功能
break break
if name!=username: if name!=username:
print("名字错") print("名字错")
continue
if password!=userpassword: if password!=userpassword:
print("密码错") print("密码错")
......
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