Commit 1ee271d1 by BellCodeEditor

save project

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