Basics

  • Tuple = (“John”, “Peter”, “Vicky”)
  • dictionary = {“name”: “John”, “country”: “Norway”}
  • list = [“apple”, “banana”, “cherry”]
  • set = {“apple”, “banana”, “cherry”}
  • array = numpy …