Question: Write a program to check if the given list is a palindrome list. Hint: Palindrome sequence that reads the same backward as forwards. Input Enter
Write a program to check if the given list is a palindrome list.
Hint: Palindrome sequence that reads the same backward as forwards.
Input
Enter the size of the list in the first line and, the target list values in the next lines as shown in the example.
Output
If the given list is palindrome return 'True' else If the given list is not palindrome return 'False'
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
