Question: Discussion: Using Loops in Python In this assignment, you will participate in sharing your experience with python loops. Start this assignment by posting your initial

Discussion: Using Loops in Python In this assignment, you will participate in sharing your experience with python loops. Start this assignment by posting your initial response to the following questions: a. What is the difference between a while loop and for loop? b. Discuss any error that you have received during program execution. Also discuss the strategy you have applied to fix the error. c. Consider the following python program. It uses a while loop to print the numbers: -50, -35, -20, -5. Describe the changes you would made if you were to redesign the program using a for loop . i= -50 while i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
