Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt
hiddentrue

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.

...