Computer Science
break, continue, pass are the three conditional statements.
Python Control Flow
2 Likes
Answer
False
Reason — In Python, 'break', 'continue', and 'pass' are control flow statements used to manage the flow of execution in a program. On the other hand, conditional statements such as 'if', 'else', and 'elif' are used to perform different actions based on specific conditions.
Answered By
3 Likes