Project: Use Comparisons and Logic
Practice how to combine multiple filters using logical operators.
We'll cover the following...
We'll cover the following...
Task
You want to find all the pets that are either dogs or cats, but only if they’re younger than 4 years old.
💡 Hint: You’ll need to combine multiple ...