•  
      tasks #45216 Remove all duplicates words from a given sentence
    #45216
    Ritish Singh (ritish31)
    2022-08-16 09:26
    2022-08-16 09:26
    Details
    Remove all duplicates words from a given sentence
    Step 1- We have imported Counter from the collections module in our program.
    Step 2- 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.
    Step 3- 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
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-17
    Closed
    Attachments
    References
    References list is empty