d2c9a45f21
Added more info about the append method ( #26478 )
...
* Added more info about the append method
Added the detail that the method adds the argument to the end specifically.
* Removed redundant point
2019-01-05 16:25:27 -05:00
5d5a29649f
update: lambda expression example for python sort ( #26044 )
...
Added example that use lambda expression as key during sorting list.
2018-12-08 12:33:36 -07:00
9b76a135e4
Added example code with duplicates in list ( #23629 )
...
* Added example code with duplicates in list
* Reworded sentence to introduce duplicates
2018-11-28 19:51:55 -05:00
8df84d58e0
Add a section on Introduction to lists ( #22233 )
2018-11-18 19:19:06 -07:00
ab4b7ca3cc
Added te basic info of what is a list ( #24034 )
...
* Added te basic info of what is a list
A basic introduction of what a list has been added. Based upon the python docs link that is included in the guide.
* fix: added title
2018-11-18 20:08:53 +05:30
ac950d8038
Simplification of language to improve readability. ( #22107 )
2018-11-07 17:22:00 -05:00
b8c7704cbc
spelling corrections ( #21236 )
2018-11-07 20:04:05 +00:00
50ecd8ad40
Fix invalid syntax ( #25653 )
...
Print now needs brackets to work in python3
2018-11-03 01:22:25 +05:30
da0df12ab7
fix(guide): simplify directory structure
2018-10-16 21:32:40 +05:30