Commit 5b3356f9 by BellCodeEditor

save project

parent 83090b14
Showing with 5 additions and 0 deletions
......@@ -5,8 +5,13 @@ A=input("请输入账号")
B=input("请输入密码")
if A != username :
print("用户名错误")
A=input("请输入账号")
B=input("请输入密码")
if B!= userpassword:
print("密码错误")
A=input("请输入账号")
B=input("请输入密码")
if A == username and B == userpassword:
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