Programming 3B Day 3
Today, I learned about Tuples which are immutable, has no member method, and is like list but has parentheses instead of square brackets. We also learned about Dictionaries which are mutable, use curly braces, and are like strings and list together.