Question: I'm using Python 2.7, and I get this error. Post code using this same editor that works if possible thank you. codingground Execute Python Online
I'm using Python 2.7, and I get this error. Post code using this same editor that works if possible thank you.

codingground Execute Python Online (Python v2.7.13) Fork A. Proje 1.li Result Execute > Share main.py STDIN 1. def ispalindrome(string): string = string. Lower Ist = list(string) low = 0 high = len(lst)-1 while(low high): if(lst[low] !=lst[high]): return false Low+=1 10 high-=1 return True Spython main.py Enter string: Traceback (most recent call last): File "main.py", line 20, in
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
