When a program has a logic bug, it doesn't crash but doesn't act as intended either. Can you spot such a bug in this program?

Yes, we need to check if my_age is less than 12Yes, there's a typo in "no discount"No, it's bug-free

Fantastic! We need to check if my_age is less than 12 or anybody above 12 gets a discount.

Might it be that there is a bug, but not a syntax bug?