Question: In python . Question 5: [10 marks a- Write a Python function fill_List that prompts the user to enter non-negative integers. The function should keep
Question 5: [10 marks a- Write a Python function fill_List that prompts the user to enter non-negative integers. The function should keep on entering the integers and adding them to a list until a negative number is entered. Make sure that this list can be used in other parts of a program - Suppose that we want to call the above function and print only the numbers that are multiple of 3 on one line. Write down the statements that implement the task
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
