Commit 6504426a by BellCodeEditor

auto save

parent 65e6fb2d
Showing with 0 additions and 14 deletions
username="python"
userpassword = "12345"
while True:
name=input("请输入账号")
password=input("请输入密码")
if username==name and userpassword==password:
print("登陆成功!")
break
if name!=username:
print("用户名不存在请重新输入")
if password!=userpassword:
print("密码错误请重新输入")
print("欢迎来到贝尔编程!")
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
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