Commit 5eba7703 by BellCodeEditor

save project

parent c5f52f8b
Showing with 31 additions and 8 deletions
username = "python"
userpassword = "123456"
name = input("请输入用户名:")
password = input("请输入密码:")
while nameuser!=name or password!=userpassword:
name = input("请输入用户名:")
password = input("请输入密码:")
print("密码正确")
username = "900457"
userpassword = "111111"
while True:
name=input("请输入用户名:")
if username!=name:
print("用户名错误")
continue
password=input("请输入密码:")
if password!=userpassword:
print("MIMA错了")
continue
if username==name or password==userpassword:
break
print("恭喜你的脑子还没坏")
\ No newline at end of file
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