Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 14: Exploring Recursion!
Instruction
Recursion with Strings and Lists
Identifying a Palindrome
A word that is spelled the same forward and backward is called a palindrome. Example: racecar.
Recursion can be used to identify whether a given word is a palindrome.
Checkpoint: Identifying a Palindrome
Concepts in Practice: Recursion with Strings
Refer to the video in "Checkpoint: Identifying a Palindrome".
Which of the following does palindrome() recogn...