Computer Science, asked by vandithagowda18, 2 months ago

what is the use of the range ()function in python?​

Answers

Answered by bhumikamanjunath1206
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