Commit 63452948 by BellCodeEditor

save project

parent b5536af4
Showing with 8 additions and 6 deletions
a="xsg" a="xsg"
b="love" b="love"
name=input("用户名") while True:
xx=input("密码") name=input("用户名")
if name==a and xx==b: xx=input("密码")
print("成功") if name==a and xx==b:
print("成功")
break
print("错误")
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