Commit 15a8c0de by BellCodeEditor

save project

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