I encountered a program where I had to append one dictionary into another, and I was unable to do it because I could not use indexing in dictionary so I wanted to know what the possible ways are I could do it
            Asked
            
        
        
            Active
            
        
            Viewed 47 times
        
    0
            
            
        - 
                    Can you post example code? There is no such thing as appending with dictionaries, although they can be updated. Can you post 2 simple dicts plus your errant code? – tdelaney Dec 22 '22 at 06:12
- 
                    @Selcuk - I agree. I don't think there is enough information to know what OP wants, much less mark a duplicate. – tdelaney Dec 22 '22 at 06:13
