Advertisements
Advertisements
प्रश्न
Which amongst this is not a jump statement?
विकल्प
for
pass
continue
break
MCQ
उत्तर
for
shaalaa.com
Control Structure
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Which statement is generally used as a placeholder?
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
List the control structures in Python.
Write is the syntax of if..else statement?
Write a note on if..else structure.
Write the syntax of the while loop.
Write a detail note on for loop?
Write a detailed note on if..else..elif statement with suitable example.
Write a program to display all 3 digit odd numbers.