Week 1 Assessment: Python Foundations
1. What is the output of print(type([1,2,3]))?
2. Which keyword is used to define a function?
3. What does range(5) produce?
4. Write a function that returns the sum of a list of numbers.
5. Write a loop that prints even numbers from 0 to 10.