Collections like dictionaries and lists seem to have very similar methods and properties. Can you guess the way we add key-value pairs?

Good job! We've seen the Add () method a few times before, haven't we? This time, however, it takes two arguments: a key and a value.

Let's not forget about the key!