house_work_count = int(input("house_work_count:"))
red_envelope_count = int(input("red_envelope_count:"))
shopping_count = int(input("shopping_count:"))
has_been_angry = int(input("has_been_angry:"))

if(house_work_count > 10 and red_envelope_count > 1 and shopping_count > 4 and not has_been_angry or has_been_angry):
print("磨拳擦掌等待Switch!")
else:
print("Switch mei le!")
posted on 2025-10-30 17:48  偷懒的阿贤  阅读(2)  评论(0)    收藏  举报