given the information in the states_info dictionary, output the…
Question Answered step-by-step given the information in the states_info dictionary, output the… given the information in the states_info dictionary, output the name of the state and its capital for those states whose capitals are among the three largest cities in the state.Use nested for loops:Go over the states;For each state, go over the keys of the three largest cities dictionary value. Computer Science Engineering & Technology Python Programming BUSF-SHU MISC Share QuestionEmailCopy link Comments (0)


