Add Dict Items
D = {'a': 'apple', 'b': 'grape'} 출력 결과 : {'a': 'apple', 'b': 'grape', 'c': 'banana', 'd': 'kiwi'}