There are many ways to reverse string in Python. If you are familiar with c , c++ and java and don’t want to use any reverse function then someone could write the logic like: 1. Using the swapping last char with first and do that until the middle character. Remember we used to do this kind […]