'Task 12
Suppose you are given the following dictionary where the values are lists_
dict {A' [1, 2,3], 'b: ["1', "2] "c": [4,5,6, 7}}
Write a Python program that counts the total number of items in a dictionary' values and prints it. [without using sum() len ) count ) functions]
Note: Make changes to the above dictionary and see if your code works properly for other dictionaries as well
Output:'