anmolrishi / ProgrammingHub

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

REVERSE EVERY WORD IN A GIVEN STRING IN PYTHON #126

Open prashanthm07 opened 5 years ago

prashanthm07 commented 5 years ago

I've done using the python language. string =string[::-1] reverse the string .