Commit Graph

15 Commits (2ad2c3378dd716d22028d92eb1de43c389f27848)

Author SHA1 Message Date
tachoni fd9e450ae6 Fixed grammar on lines 7, 9 and 11 (#31795) 2019-04-14 10:37:52 +05:30
tachoni ee0b83d876 Fixed typo on line 12 (#31800)
Added colon before a list of description
2019-03-04 16:20:35 -08:00
JawnsenTrain 444fcbd578 Created a file for the insert method (#26496)
* Created a file for the insert method

I tried to adopt your style of making these files in order to retain consistency.

* Rename list-insert-method to list-insert-method.md

* Rename guide/english/python/lists/list-insert-method.md to guide/english/python/lists/list-insert-method/index.md

* Added code formatting, changed more info link
2019-02-11 16:39:33 -05:00
himanshu07070 308d5db586 changes in the output (#30099)
['I', 'love', 'Python', 'very much']
instead of double quotes , it should be single quote.
2019-01-18 19:02:24 -06:00
tachoni 42b7306f76 Fixed typo on line 6 (#31809)
The text "the" was repeated and is now deleted.
2019-01-18 18:59:12 -06:00
Kaunaj Banerjee 3189751ae7 Add content in Mutable section of Lists (#25476)
* Add content in Mutable section of Lists

* Fixed code typo and formatting
2019-01-15 16:08:26 -05:00
JawnsenTrain 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
Karol Gasparik 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
raviram 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
Kaunaj Banerjee 8df84d58e0 Add a section on Introduction to lists (#22233) 2018-11-18 19:19:06 -07:00
Max Ong Zong Bao 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
PMB79 ac950d8038 Simplification of language to improve readability. (#22107) 2018-11-07 17:22:00 -05:00
Roppon Picha b8c7704cbc spelling corrections (#21236) 2018-11-07 20:04:05 +00:00
kingtheoden 50ecd8ad40 Fix invalid syntax (#25653)
Print now needs brackets to work in python3
2018-11-03 01:22:25 +05:30
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30