Do all of this in a .py file in Pycharm.

  1. create a variable and assign it a dictionary that has 5 key value pairs

  2. print and access the value held at the third key in the dictionary

  3. use the in keyword to check if a key appears in the dictionary and print the result

  4. use not in to check if a key does not appear in the dictionary and print the result