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;

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

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!