Python Crash Course - Eric Matthes
Today I learned
Working with Dictionaries:
-what is a dictionary
-create from empty dictionary
-printing keys and values separately
-updating the values
-removing values
-item() and key() methods
-use of for loop in dictionary