Commit 1459c9dc by BellCodeEditor

save project

parent 1ee271d1
Showing with 4 additions and 2 deletions
...@@ -5,6 +5,8 @@ password=input("密码:") ...@@ -5,6 +5,8 @@ password=input("密码:")
if name==username and password ==userpassword: if name==username and password ==userpassword:
print("傻逼~") print("傻逼~")
break break
else: if name = username:
print("输入错误!") print("用户名输入错误!")
if password != userpassword
print("用户名输入错误")
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