explain the range data type of python
Answers
Answered by
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
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
Science,
1 month ago
Computer Science,
1 month ago
English,
1 month ago
Math,
3 months ago
English,
9 months ago
CBSE BOARD X,
9 months ago
Chemistry,
9 months ago