range() function

3067
python-range-function

range() function का सबसे ज्यादा use जब होता  है जब हम for loop का use करते हैं। range() function हमेशा एक List return करता है। यही कारण है कि हम range() function को for loop के साथ use कर पाते हैं। अगर ये Dictonary return करता तो कभी इसे for loop के साथ use नहीं कर पाते।

         Syntax:
                 range(start index, end index, increment value)

Start index: का मतलब यह है कि जहाँ से हमें number start करना होता है।
End index: का मतलब जहाँ हमें number को stop करना होता है।
Increment value: का मतलब यह है start index और end index के बीच में कितना gap रखना है।
Note: 1- By default ये end point वाली value को -1 करके दिखायेगा।
      2- By default range () में start index और end index के बीच का gap 1 होता है।
        Example 1:
                  for i in range(1,5):
                  print(i)
        Output:
                  1
                  2
                  3
                  4
        Example 2:
                  for i in range(1,9,2):
                  print(i)
        Output:
                  1
                  3
                  5
                  7

इन्हें भी देखें।

Python Programs के लिये यहाँ click करें।

 

range() function range() function in hindi range function range function in hindi range function in python in hindi range function in python range() function in python range() function in python in hindi if statement in python if statement in python in hindi if else statement in python if else statement in python in hindi if elif statement in hindi if elif statement in python in hindi nested if statement in python in hindi nested if statement in python range function in python 3range function in python 3 in hindi range function in python for loop range function in python for loop in hindi range function in python 3 example range function python arguments the range function in python the range function in python in hindi using the range function in python using the range function in python in hindi how to make a range function in python how to make a range function in python in hindi what do you mean by range function in python what do you mean by range function in python in hindi how to create range function in python how to create range function in python in hindi syntax for range function in python syntax for range function in python in hindi python range function python range function in hindi range () function estudyhelper range() function estudyhelper range function in python estudyhelper range function in python coding.booksinhindi.com