You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the right, the if construct for room has been extended with an else statement so that "looking around elsewhere." is printed if the condition room == "kit" evaluates to False.
Can you do a similar thing to add more functionality to the if construct for area?
Instructions
100 XP
Add an else statement to the second control structure so that "pretty small." is printed out if area > 15 evaluates to False.