There are two parts in dic(dictionary), key and value
when you set a dic, and type key, then python will automatically print the value
To type key and get value for output, you should create a blank dict and add key and values to dict and print it
There are two parts in dic(dictionary), key and value
when you set a dic, and type key, then python will automatically print the value
To type key and get value for output, you should create a blank dict and add key and values to dict and print it