Commit 0df2a04c by BellCodeEditor

save project

parent 9acdf46f
Showing with 19 additions and 0 deletions
zhanghu1="abc"
mima1="123456"
while True:
zhanghu = input("zhanghu:")
mima = input("mima:")
if zhanghu1==zhanghu and mima1==mima:
print("OK")
break
if zhanghu1!=zhanghu:
print("zhanghu XX")
continue
if mima1!=mima:
print("mima XX")
print("SDB")
\ 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