def create_inventory(): inven = {"Computers":"200", "monitors":175, "routers":250} return inven print(create_inventory())