Question: In Python: Using this code setup: Getting this output: 3) Write a function called encrypt(inputStr), which reverses every five characters of the input string. Be
In Python:

Using this code setup:

Getting this output:

3) Write a function called encrypt(inputStr), which reverses every five characters of the input string. Be careful when the length of the input string is not a multiple of 5. This function will reverse the remainder part nevertheless. (40 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
