Beginner
Simple Palindrome Check
Check if a word reads the same forwards and backwards.
📝 Contenido del prompt
Write a program that takes a word as input and prints 'True' if it is a palindrome and 'False' if it is not.