Commit 5805c9f1 by BellCodeEditor

save project

parent 5c9b87bd
Showing with 18 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
elif zhanghu1!=zhanghu:
print("zhanghu XX")
else:
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