...

/

Challenge 9: Even Squares Not Divisible By Three

Challenge 9: Even Squares Not Divisible By Three

In this challenge, create a list of even squares that aren't divisible by three.

Problem Statement

Given a getSquare() function, make a list comprehension that returns ...