Solution Review: Only Even
Let’s go over the solution for the challenge: Only Even.
Task
In this challenge, you were provided a list of integers. Using the list, you had to create and populate a new list. The final list could only consist of even multiples of 3. ...