Computer Science, asked by Anonymous, 5 months ago

Rewrite the following program using for loop
i = 4
while i < 9:
print(i)
i = i+2

Answers

Answered by erapasreedeepthi
2

Explanation:

mark as brainlist plz..z...z...

Similar questions