# Introduction In this lab, you need to write a program that takes a number as input and returns a list of all even numbers up to that number using list comprehension, or an empty list if the input number is less than or equal to 1.
Click the virtual machine below to start practicing