•  
      tasks #45320 Python program to find the sum of all items in a dictionary
    #45320
    Mohini Singh (mohini)
    2022-08-16 16:24
    2022-08-16 16:24
    Details
    Python program to find the sum of all items in a dictionary
    sum() and values
    In this approach, we will be using a combination of the sum() method and values() method of the dictionary class.
    The sum() method will return the sum of all values in the dictionary. To get the values that are in the dictionary, we will be using the values() method. values() returns a list of all the values that are in the dictionary.

    5 - Medium
    State of Progress
    2022-05-16
    100
    2022-05-18
    Mohini Singh (mohini)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-17
    Closed
    Attachments
    References
    References list is empty