Feb-23-2021, 09:33 PM
@buran is correct but if it's important to you, you will need to implement another dictionary to get what you want. Try this:
batman = temp = {'Batman' : 'Bruce'} temp.update (super_hero_names) super_hero_names = temp