Question: (Write a program in Python) Write a program that considers given list and prints True if all of them are odd, and False otherwise. For

(Write a program in Python)

Write a program that considers given list and prints True if all of them are odd, and False otherwise.

For example, if list L is given as L= [ 1, 5, 15], code will print True. If list L is given as L= [ 2, 1, 5, 15], code will print False.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!