Advertisements
Advertisements
प्रश्न
Write a note on the range () in the loop?
टिप्पणी लिखिए
Advertisements
उत्तर
Usually in Python, for loop uses the range() function in the sequence to specify the initial, final, and increment values. range() generates a list of values starting from start till stop – 1.
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 ______
List the control structures in Python.
Write is the syntax of if..else statement?
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.
Write a detail note on for loop?
Write a detailed note on if..else..elif statement with suitable example.
Write a program to display a multiplication table for a given number.
