Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 152 Bytes

File metadata and controls

7 lines (3 loc) · 152 Bytes

Python Warmup Questions

1. List Manipulation

Write a function that takes a list of integers and returns a new list with only the even numbers.