Well done!
You have completed Nested and Dictionary Comprehension Quiz!
Quiz Question 1 of 5
Given the following nested dictionary structure, which expression would correctly access the value "Radhika Potlapally"?
company_org_chart = {
"Marketing": {"ID234": "Jane Smith"},
"Sales": {"ID123": "Bob Johnson", "ID122": "David Lee"},
"Engineering": {"ID303": "Radhika Potlapally", "ID321": "Maryam Samimi"}
}
Choose the correct answer below: