Your question is Simple Palindrome Function. Start with the requirements on the right.
Run and submit as often as you like. When you're ready, talk me through your approach or go straight to the code.
Given a string s, determine whether it is a palindrome. A palindrome reads the same forward and backward.
Return True if the string is a palindrome, otherwise return False.
sdef is_palindrome(s):