In python, Accept two separate dictionaries of integers from the user. It could be the same employee id: employee_name d
Posted: Mon Jul 11, 2022 9:51 am
In python,
Accept two separate dictionaries of integers from the user. Itcould be the same employee id: employee_name dictionary fromExercise 2.
Write a Python script to concatenate the two dictionaries tocreate a new one
Display the resulting dictionary
Accept two separate dictionaries of integers from the user. Itcould be the same employee id: employee_name dictionary fromExercise 2.
Write a Python script to concatenate the two dictionaries tocreate a new one
Display the resulting dictionary