Computer Science, asked by niharikaaggarwal71, 8 months ago

the range () function generates a sequence of list type​

Answers

Answered by arasanalm
2

Answer:

The range() function is used to generate a sequence of numbers over time at its simplest ,it accepts an integer and return a range object . ln Python 2, the range()returns a list which is not very efficient to handle large data. starting point of the sequence.

Similar questions