Advertisements
Advertisements
प्रश्न
Write a note on if..else structure.
टिप्पणी लिखिए
Advertisements
उत्तर
The if-else statement provides control to check the true block as well as the false block. Following is the syntax of the if-else statement.
Syntax:
if:
statements – block 1
else:
statements – block 2
shaalaa.com
Control Structure
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
How many important control structures are there in Python?
Which statement is generally used as a placeholder?
Which is the most comfortable loop?
Write is the syntax of if..else statement?
Define control structure.
Write a note on the range () in the loop?
Using if..else..Elif statement writes a suitable program to display the largest of 3 numbers.
Write the syntax of the while loop.
List the differences between break and continue statements.
Write a program to display a multiplication table for a given number.
