pyPython Practice LabFrom first print to final round
PYTHON PROBLEM 151 · Intermediate

Check a palindrome recursively: Odd-length palindrome

Verify a word with one middle character.

Base case → make a smaller choice → recurse → undo if neededtwo pointersrecursion
PROBLEM OVERVIEW

What this Python exercise asks you to practise

This scenario tests check a palindrome recursively. It belongs to the Recursion and Backtracking roadmap and uses the base case → make a smaller choice → recurse → undo if needed pattern.

Understand base cases, shrinking subproblems, recursive search, and choice-and-undo backtracking.

COMPLETE WORKSPACE

Learn the plan, trace the logic and run the solution

Complete access unlocks the full statement, input and output examples, visual execution plan, hints, browser compiler, solution and line-by-line interpretation.

Unlock all 360 problems · ₹599One full year · one payment · no automatic renewal
INTERVIEW CONTEXT

Skills and reported company tags

Interview platforms and learner reports associate this problem family with the companies below. Tags are preparation signals, not a guarantee that an identical question will appear.

AmazonMetaGoogleMicrosoft