Question: use python . Write a function swapper() that takes in a string as a parameter and then asks the user for a number between 1
use python . Write a function swapper() that takes in a string as a parameter and then asks the user for a number between 1 and two less than the number of characters in the string. Then construct two strings that split the input string at the number specified by the user. Finally, create a new string by swapping the new strings and return the result.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
