•  
      tasks #45151 Reverse words in a given String
    #45151
    Ritish Singh (ritish31)
    2022-08-16 08:21
    2022-08-16 08:21
    Details
    Reverse words in a given String
    Step 1. Initialize the string.
    Step 2. Split the string on space and store the resultant list in a variable called words.
    Step 3. Reverse the list words using reversed function.
    Step 4. Convert the result to list.
    Step 5. Join the words using the join function and print it.
    5 - Medium
    State of Progress
    2022-05-13
    100
    2022-05-15
    Ritish Singh (ritish31)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-14
    Closed
    Attachments
    References
    References list is empty