Python Part III - Repeating Actions with Loops

The second step is the creation of the string length_old that will contain the length or number of characters in the string we have to work on. The third step is a for loop that will start printing from the end using variables values. ................
................