Please enable JavaScript.
Coggle requires JavaScript to display documents.
PHYTON (Lists (Modify list (Sort (In strings: in alphabetic order, In…
PHYTON
Lists
-
-
Access a range of values: The first index is inclusive, but the second is not
-
-
-
-
-
-
-
-
-
Conditional and booleans
-
-
-
-
-
-
IS: check if those objects are the same in memory. If they have the same ID. They can be equal bu not the same
-
-
-
-
-
-
-
-
-
-
Key value pairs: These are two linked values where the key is a unique identifier where we can find our data and the value is the data
-
-
-
-
-
-