Commit 2533053e by BellCodeEditor

save project

parent 7dbf6056
Showing with 13 additions and 8 deletions
username ="ABC" username ="A"
username ="ABC" username ="A"
userpassword="111111" userpassword="1"
name=input("请输入用户名:")
password=input("请输入密码:") while True:
if username == name and userpassword == password: name=input("请输入用户名:")
print("登陆成功!") password=input("请输入密码:")
\ No newline at end of file if username == name and userpassword == password:
print("登陆成功!")
print("欢迎来到贝尔积分兑换中心")
break
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