leetle

Daily challenge for 2025-03-18

77. Check if a String is a Palindrome

Write a function solve that checks if a string is a palindrome (reads the same backward as forward).

Example:
Input: "racecar"
Output: True

Run this challenge interactively in Python or JavaScript when the app loads.