Commit 8bbb7726 by BellCodeEditor

save project

parent f77863a0
Showing with 7 additions and 3 deletions
...@@ -9,7 +9,10 @@ while True: ...@@ -9,7 +9,10 @@ while True:
d=input("输入密码") d=input("输入密码")
if username==e and userpassword==d: if username==e and userpassword==d:
break break
else: print("输入成功")
print("输入错误") if username!=e:
print("输入成功") print("账号输入错误")
if userpassword!=d:
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