Interview Guides

Given a string s, return True if it reads the same forward and backward, and False otherwise. Implement a function that checks the string exactly as given, including case and all characters.
0 <= len(s) <= 10^5s contains printable ASCII characters