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