Interview Guides

Given a string s, write a function that returns true if s is a palindrome and false otherwise. A palindrome reads the same forward and backward. Compare characters exactly as given, including case and spaces.
0 <= len(s) <= 10^5s contains ASCII characters