Verify Even Numbers in Python

# 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.

|60 : 00

Click the virtual machine below to start practicing