0 votes
in Python by
How many ways can be applied for applying reverse string?

1 Answer

0 votes
by

There are five ways in which the reverse string can be applied which include the following.

  1. Loop
  2. Recursion
  3. Stack
  4. Extended Slice Syntax
  5. Reversed
...