Python - While Loop
What happens when the condition in a while loop is initially False?
What happens when the condition in a while loop is initially False?
while loop runs only if the condition is True.False initiallyFalse at the start, the loop body is skipped completely.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions