Commit Graph

5 Commits (2ad2c3378dd716d22028d92eb1de43c389f27848)

Author SHA1 Message Date
Nayan Chawla db22bd3547 Python 3 Change (#28596)
Included difference in python 3 vs python 2
2019-05-12 14:33:15 -07:00
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