6. Rewrite the following while loop into for loop:

b) i=88
while(i>=8):
print i
i-= 8​

6. Rewrite the following while loop into for loop:

b) i=88
while(i>=8):
print i
i-= 8​

About the author
Amaya

1 thought on “6. Rewrite the following while loop into for loop:<br /><br />b) i=88<br />while(i>=8):<br />print i<br />i-= 8​”

  1. Answer:

    Explanation:

    Write a program in python to compare an employee’s salary to the average of the salaries of three

    SSKKSSKSSKSKKSSKSK

    Reply

Leave a Comment