1 Matching Annotations
  1. Oct 2022
      • 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