Question: 5pts Given a list of numbers [2,4,6,8,10,12,14]. Write a function that iterates over the list and multiplies each number by 5. Test your program with
5pts Given a list of numbers [2,4,6,8,10,12,14]. Write a function that iterates over the list and multiplies each number by 5. Test your program with a list of even numbers from 2 to 14. Code must be written in Python
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
