Suppose you are given a function in module foo named `function loop_string_reverse_all that accepts a list of user entries and applies the method loop_string_reverse`` in modulefooto each of them, and returns a new list of reverse strings that doesn't include numbers. For eg, if function accepts the list input['ab2ji89','6hel', 'ol5f']then the function call returns the list['ijba', 'leh ', 'flo']```
Now ask the user to accept strings until user enters quit and display a list of reversed strings. If user enters
output is
You can use the function loop_string_reverse_all in module foo to solve this.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here