Write a function using a for loop that takes a string S as an argument and returns S in reversed order. For example, if S=“stressed”, it should return “desserts.”
Write a function using a for loop that takes a sentence S as an argument and returns the words in S in reversed order. For example, if S=“What is your quest,” it should return “quest your is What”.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here