Advertisements
Advertisements
प्रश्न
How many important control structures are there in Python?
पर्याय
3
4
5
6
MCQ
Advertisements
उत्तर
3
shaalaa.com
Control Structure
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
Elif can be considered to be the abbreviation of ______.
The condition in the if statement should be in the form of ______
Which amongst this is not a jump statement?
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?
Using if..else..Elif statement writes a suitable program to display the largest of 3 numbers.
List the differences between break and continue statements.
Write a detail note on for loop?
Write a detailed note on if..else..elif statement with suitable example.
