What is the difference between a for loop and a while loop in Python? - Study24x7
Social learning Network
26 Mar 2024 06:17 PM study24x7 study24x7

What is the difference between a for loop and a while loop in Python?

A

for is used for fixed iterations

B

while is faster than for

C

for can't use conditional statements

D

There is no difference

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles