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

<iframe src="https://drive.google.com/file/d/1wvyk9T1QlY1vL76OXm-9yfBkUUWRCgzS/preview" width="640" height="480" allow="autoplay"></iframe...