6. Rewrite the following while loop into for loop:b) i=88while(i)=8):print ii-= 8 About the author Amelia
Answer:
for i in range(88, 9, -8) print I