Commit 27cbbe2b by BellCodeEditor

save project

parent d21eaac9
Showing with 25 additions and 0 deletions
a=3
zh="ada"
mm="123"
while True:
if a>0:
s = input("账号是多少:")
d = input("密码是多少:")
a-=1
if zh==s and mm==d:
print("欢迎来到门门")
break
if s!= zh:
print("你的账号错误")
continue
if d!=mm:
print("你的密码错误")
else:
print('你的密码账号错误')
exit()
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