Computer Science, asked by swamitanishk999, 3 months ago

explain the range data type of python

Answers

Answered by rpvvipex912152
0

Answer:

It is an in-built function in Python which returns a sequence of numbers starting from 0 and increments to 1 until it reaches a specified number. The most common use of range function is to iterate sequence type. It is most commonly used in for and while loops.

Explanation:

Answered by affanshareef721
0

Answer:

It is an in-built function in Python which returns a sequence of numbers starting from 0 and increments to 1 until it reaches a specified number. The most common use of range function is to iterate sequence type. It is most commonly used in for and while loops.

Explanation:

Similar questions