Advertisements
Advertisements
प्रश्न
What is the output of the following snippet?
T=1
while T:
print(True)
break
विकल्प
False
True
0
1
MCQ
Advertisements
उत्तर
True
shaalaa.com
Control Structure
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Which amongst this is not a jump statement?
List the control structures in Python.
Write is the syntax of if..else statement?
Define control structure.
Write a note on the range () in the loop?
Write a program to display.
A
A B
A B C
A B C D
A B C D E
Write a note on if..else structure.
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.
