Computer Programming Range
Computer Programming Range
(start,stop,step)
Definition
The range() function returns a
sequence of numbers, starting from
0 by default, and increments by a
user-defined value and stops before
a specified number.
3’S of Range
Start, Stop, Step
start: integer starting from which the
user has defined.