Commit Graph

4 Commits (25a228eb7f5d5259ba85c9e8b52819a5eecb4dc8)

Author SHA1 Message Date
Mayur Garg 83ef9029fb Added "I/O types" and "equality of range objects" (#27417)
* Added "I/O types" and "equality of range objects"

Added information about the types of input and output arguments in Python 2 and 3. Added the concept of equality of range objects wrt to == operator in Python 3

* Minor formatting changes

* Minor changes

* removed extra backticks and correct front matter
2019-02-07 15:19:40 -07:00
kingtheoden bd5aa22faf More concise language and an example code. (#25421)
Erase an unnecessary word from the initial description.

Add an example function call above where the parameters are explained for a more visual learning experience.
2018-12-20 06:07:33 -05:00
Pravin Pratap c056fc18dd Added difference in range() between Python 2 and 3 (#20629)
Added the differences between the working methods of the range() function in Python 2 and 3, including the explanation of the "lazy" method of generating a list of numbers.
2018-10-31 21:11:43 -07:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30