Commit fd7a7de9 by BellCodeEditor

save project

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