Question: python please help me out of this fast Exercise 3: Loops Create the following list of numbers: [3,7,5,2,9,7] Write a while loop that will print

python please help me out of this fast
Exercise 3: Loops Create the following list of numbers: [3,7,5,2,9,7] Write a while loop that will print out the numbers Write a for loop that will print out the numbers Using a loop, write the code that will print out all elements that are larger than their neighbor i.e.: (7,9) Write the code that will loop through the list and for every odd number prints: Odd and every even number Even
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
