Given a variable , state_capitals , that refers to a dictionary that maps U.S. states to their capitals, and another dictionary, provincial_capitals , that maps Canadian provinces to their capitals, associate a dictionary that maps states or provinces to their respective capitals with a variable , regional_capitals .
this what I have so far:
{provincial_capitals.keys} + (state_capitals.keys) == regional_capitals