Commit 9799c53d by BellCodeEditor

save project

parent f7b2a84b
Showing with 3 additions and 2 deletions
...@@ -9,8 +9,9 @@ while True: ...@@ -9,8 +9,9 @@ while True:
print("登入成功") print("登入成功")
break break
if username !=name: if username !=name:
else: print("用户名输入错误")
print("输入错误") if username=word:
print("密码输出错误")
print("欢迎到贝尔编程") print("欢迎到贝尔编程")
# 请用input()实现用户输入账号、密码的功能 # 请用input()实现用户输入账号、密码的功能
......
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