Computer Science
Fill in the blanks:
An _________ statement has less number of conditional checks than two successive ifs.
Python Control Flow
7 Likes
Answer
if-else
Answered By
1 Like
Related Questions
Fill in the blanks:
Three constructs that govern the flow of control are _________, _________ and _________.
Fill in the blanks:
In Python, _________ defines a block of statements.
Fill in the blanks:
The _________ operator tests if a given value is contained in a sequence or not.
Fill in the blanks:
The two membership operators are _________ and _________.