Advertisements
Advertisements
प्रश्न
Which is the most comfortable loop?
विकल्प
do..while
while
for
if..elif
MCQ
Advertisements
उत्तर
for
shaalaa.com
Control Structure
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
How many important control structures are there in Python?
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
Write a note on the break statement.
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 program to display all 3 digit odd numbers.
Write a program to display a multiplication table for a given number.
