Learning Scientific Programming with Python (2nd edition)
Q2.3.2: Determine if a string is a palindrome
Question Q2.3.2
Write a single-line expression for determining if a string is a palindrome (reads the same forwards as backwards).
Learning Scientific Programming with Python (2nd edition)
Write a single-line expression for determining if a string is a palindrome (reads the same forwards as backwards).