Advertisements
Advertisements
Question
Write is the syntax of if..else statement?
Short Note
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
Elif can be considered to be the abbreviation of ______.
The condition in the if statement should be in the form of ______
Which punctuation should be used in the blank?
if<condition>_
statement-block 1
else:
statement-block 2
Define control structure.
Write a note on the range () in the loop?
Write the syntax of the while loop.
List the differences between break and continue statements.
Write a detail note on for loop?
Write a program to display all 3 digit odd numbers.
Write a program to display a multiplication table for a given number.