Question: Use the for and while iterative structures within Python to program a loop that generates a list of odd numbers from 1 to 33 inclusive.
Use the for and while iterative structures within Python to program a loop that generates a list of odd numbers from 1 to 33 inclusive. (two sets of code here, one For loop and one while loop!)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
