I’m trying to create a “Inventory system” as a beginner proyect. I have a dictionary with string keys and integers values, and I want the program to ask the user what materials he wants to take, and how much of it. That question takes from the materials dictionary and adds it to the “inventory” of the user. I also managed