Commit c0e187cc by BellCodeEditor

save project

parent 21ed7e76
Showing with 2 additions and 1 deletions
username="wx712514"
userpassword="712514"
for i in range(5):
for i in range(4):
name=input("请输入用户名")
word=input("请输入密码")
if username==name and userpassword==word:
print("登陆成功!")
print("欢迎登陆!")
print("欢迎您进入")
break
if name!=username:
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