anmolrishi / ProgrammingHub

For the benefit of programmers.
MIT License
10 stars 111 forks source link

Reverse each word of a string individually. #12

Open anmolrishi opened 6 years ago

anmolrishi commented 6 years ago

For eg. if a string is "abc def", reversed string should be "cba fed".

ruanchaves commented 6 years ago

20

verma-rajesh commented 6 years ago

reverse.pdf

shivambachhety commented 6 years ago

Done with Python #1