Python) Dictionary

강현상
Jun 28, 2021

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

Python will print 맑음

To type key and get value for output, you should create a blank dict and add key and values to dict and print it

--

--