Timeline for answer to How slicing in Python works by Ankur Agarwal
Current License: CC BY-SA 3.0
Post Revisions
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 10, 2017 at 16:59 | history | edited | Ankur Agarwal | CC BY-SA 3.0 |
added 100 characters in body
|
| Jul 10, 2017 at 13:59 | comment | added | Deviacium |
another one interesting example: a = [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ]; a[:-2:-2] which results to [9]
|
|
| Feb 11, 2017 at 19:55 | history | edited | Peter Mortensen | CC BY-SA 3.0 |
Active reading. [<http://en.wikipedia.org/wiki/Python_%28programming_language%29>]
|
| S Jul 11, 2015 at 15:52 | history | suggested | The6thSense | CC BY-SA 3.0 |
indentation
|
| Jul 11, 2015 at 15:23 | review | Suggested edits | |||
| S Jul 11, 2015 at 15:52 | |||||
| Apr 18, 2015 at 15:01 | history | edited | MattBagg | CC BY-SA 3.0 |
remove repeated instance of l1[-1:5:1] example
|
| Oct 22, 2012 at 5:40 | history | edited | Ankur Agarwal | CC BY-SA 3.0 |
added 247 characters in body
|
| Oct 22, 2012 at 5:33 | history | answered | Ankur Agarwal | CC BY-SA 3.0 |