Kizspy | Question: 36
(Choose 4 answers)
Which of the following are valid data manipulation techniques for nested dictionaries in Python? Choose correct answers.
A. Accessing values using multiple keys
B. Using the get method with default value
C. Directly iterating over nested keys and values
D. Using arithmetic operations directly on dictionary keys
E. Embedding lists within dictionaries