what is the use of the range ()function in python?
Answers
Answered by
2
Answer:
The range() function returns a sequence of numbers, starting from 0 by default, and increments by 1 (by default), and stops before a specified number.
Similar questions