February 2013
Intermediate to advanced
538 pages
20h 55m
English
range
array range(mixedfirst, mixedsecond[, numberstep])
Creates and returns an array containing integers or characters
from first to
second, inclusive. If
second is smaller than
first, the sequence is returned in reverse
order. If step is provided, then the
created array will have the specified step gaps in it.
Read now
Unlock full access