Hello, to be honest first I wanted to ask how do I get better at this. I keep getting demotivated because it feels like if you don't have that problem - solving skill you will get nowhere in programming languages and second of all I am trying to solve this exercise, but I am stuck with the last part of the exercise.
Write a program that first reads two dictionaries articles1 and articles2 (see previous question).
To do this, use the function read_articles() from the previous exercise.
Now create the dictionary articles3 by merging articles1 and articles2.
Please note: For identical item names, the quantities must be added together.
Print the two read dictionaries and the merged dictionary.
Then print the merged dictionary sorted by article name.