Python Base Types

Making notes as I work through Dr Chucks Python for Everyone course on Coursera.

There are 3 main types in Python:

  • lists
  • dictionaries
  • tuples

social