1 Matching Annotations
- Oct 2022
-
runestone.academy runestone.academy
-
- lists can consist of any type of Python data
- elements in a list need not be the same type - ex. the following contains a string, float, integer and another list
- braces [ ] is simplest way to create lists
- a list within a list is said to be *nested
-