Commit 63452948 by BellCodeEditor

save project

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