Question: Python Assignment Write down the alternative way to complete the same job; Program Segment by using For Loop Program Segment by using While Loop i
Python Assignment
Write down the alternative way to complete the same job;

Program Segment by using For Loop Program Segment by using While Loop i in range (200, 500) print (i) for i in range (2, 100,2) k 100 while (k 0) print(k) k k-1 k 500 while (k>0) print(k) k k-5 print (i) sum 0 for i in range (1, 100,2) Sum-sum-ti print ("sum sum)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
