•  
      tasks #45378 Remove all duplicates words from a given sentence
    #45378
    Mohini Singh (mohini)
    2022-08-16 20:55
    2022-08-16 20:55
    Details
    Remove all duplicates words from a given sentence
    We have imported Counter from the collections module in our program. To get the words from the string we have used the split() method and specified space as the separator which will return a list of words in the string.
    To get the keys of a dictionary we will use the key() method. It returns all the keys which are in a 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