Commit 15a8c0de by BellCodeEditor

save project

parent 562ba0dc
Showing with 9 additions and 4 deletions
a="OR" a="OR"
b="727616" b="727616"
n=input("名") while True:
m=input("密码") n=input("名")
if a==n and b==m: m=input("密码")
print("成功") if a==n and b==m:
print("成功")
break
print("错误")
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