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
संबंधित प्रश्न
How many important control structures are there in Python?
Elif can be considered to be the abbreviation of ______.
Which is the most comfortable loop?
List the control structures in Python.
Write a note on the break statement.
Write is the syntax of if..else statement?
Write a note on the range () in the loop?
Write a note on if..else structure.
List the differences between break and continue statements.
Write a detail note on for loop?
