Commit bc406d2c by BellCodeEditor

save project

parent 20fb836f
Showing with 8 additions and 3 deletions
usename="happy" usename="happy"
userpassword="425521" userpassword="425521"
name=input("name") while True:
name1=input("请输入mm") #break()
if name ==usename and name1==userpassword: name=input("name")
name1=input("请输入mm")
if name ==usename and name1==userpassword:
print("登陆成功") print("登陆成功")
break
else:
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