Defining rules in Python works almost in the same way as in a natural language.

What's this code going to display?

Good morning!Good afternoon!

Nice! The < sign checks if the left term is less than the right term. As that's the case, "Good morning!" is displayed.

Oh noes! The < sign checks if the left term is less than the right term. Isn't 10 less than 12?