Python - While Loop
Why do we use a
while loop in Python instead of a for loop?while loop in Python instead of a for loop?while and for loopsfor loops run a fixed number of times, while while loops run as long as a condition is true.while loops are neededwhile loops are useful when the number of repetitions is unknown before starting.while loop [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions