Here's an if clause within an if clause. Once again, let's try to trigger print()!

Great job! At times, these nested if statements are very useful; especially, if we add an else clause to the nested if clause.

Whoops! Might it be that x is somewhere in between -5 and 5 because print() didn't trigger?