Advertisements
Advertisements
Question
Write is the syntax of if..else statement?
Short/Brief Note
Advertisements
Solution
Syntax:
if:
statements – block 1
else:
statements – block 2
shaalaa.com
Control Structure
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
How many important control structures are there in Python?
Elif can be considered to be the abbreviation of ______.
The condition in the if statement should be in the form of ______
Which is the most comfortable loop?
List the control structures in Python.
Write a note on the break statement.
Define control structure.
Write a note on the range () in the loop?
List the differences between break and continue statements.
Write a detail note on for loop?
