•  
      tasks #45312 Append dictionary keys and values
    #45312
    Mohini Singh (mohini)
    2022-08-16 15:29
    2022-08-16 15:29
    Details
    Append dictionary keys and values
    sorted(), values() and list comprehension
    In this approach, we will be using a combination of these methods to extract unique values from a dictionary. We will use the values() method to extract values from the dictionary. List comprehension will be used to get unique values from the list. sorted() method is simply used to sort the unique values in ascending order.
    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