# Introduction In programming, assert statements are used to verify that certain conditions are met during the execution of a program. In this challenge, we are asked to write assert statements to check if every number in a given list is even.
Click the virtual machine below to start practicing