Commit ff420f86 by BellCodeEditor

save project

parent 22b2c0eb
Showing with 5 additions and 2 deletions
......@@ -3,5 +3,7 @@ userpassword = "123456"
username_1 = input("请输入帐号")
userpassword_1= input("请输入密码")
if username == userpassword_1 and userpassword_1==userpassword:
print("登陆成功")
print("登录成功")
break
print("有户名和密码错误!请重新输入"):
print("欢迎来到贝了编程器")
\ 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