what is the use of range function in a Python program
Answers
Answered by
2
Answer:
you can select the range.
Answered by
12
Answer:to make sequence
Explanation:
Python range() function
The range() function is used to generate a sequence of numbers over time. At its simplest, it accepts an integer and returns a range object (a type of iterable). In Python 2, the range() returns a list which is not very efficient to handle large data.
Hope it will help you
Please mark as brainliest
Similar questions