Computer Science, asked by Anonymous, 10 months ago

waht do u mean by range in python??​

Answers

Answered by daniyalDJ
2

Answer:

The range() is a built-in function of Python which returns a range object, which is nothing but a sequence of integers

Answered by anshi60
6

\huge{\blue{\underline{\purple{\mathbb{AnSwER}}}}}

The range () function is used to generate a sequence of number over time .

At its simplest it accepts an integers and returns a range object ...

Similar questions