Back to Browse

Python 3 - Range Function

264 views
Nov 27, 2018
6:58

Range is a python built in function. It is used to generate sequence of numbers. It accepts an integer inputs and returns a range object. Range is a type of iterable object. Remember that Python 2 range function is different from python 3 range function. Python 2 range funtion returns a list where as python 3 range function returns range object, which is iterable.

Download

0 formats

No download links available.

Python 3 - Range Function | NatokHD