Commit 3a1f2728 by BellCodeEditor

save project

parent b250ecb5
Showing with 1 additions and 1 deletions
......@@ -8,7 +8,7 @@ while True:
if username==name and userpassword==word:
print("登入成功")
break
else:
else:
print("输入错误")
print("欢迎到贝尔编程")
# 请用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