Excerpt | ||
---|---|---|
| ||
range(from, to) Returns a list of numbers starting at from, stopping at to. |
Function: range()
Returns a list of numbers starting at from through to to, rising in increments of 1.
...
Excerpt | ||
---|---|---|
| ||
range(from, to) Returns a list of numbers starting at from, stopping at to. |
Returns a list of numbers starting at from through to to, rising in increments of 1.
...