Question: 1. Write python function that prints everybody 15 times. Hint: use for loop Write a Python function to multiply all the numbers in a list
1. Write python function that prints everybody" 15 times. Hint: use for loop Write a Python function to multiply all the numbers in a list Suppose you have List = [2, 0,-10, 6,-1,-9] Write python code that shows the following menu, and asks the user to enter one option, every option will do specific task as following: (Use while loop) A Print list values B) Finds the summation of negative numbers in a list. c) Multiply all the numbers in same list D) Exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
