Challenge 9: Even Squares Not Divisible By Three
In this challenge, create a list of even squares that aren't divisible by three.
We'll cover the following...
Problem Statement
Given a getSquare()
function, make a list comprehension that returns ...