Question: Python 2.7 What is my error? codingground Execute Python Online (Python v2.7.13) Fork & Project - Edit- 1.li Result w Execute > Share main.py STDIN
Python 2.7 What is my error?

codingground Execute Python Online (Python v2.7.13) Fork & Project - Edit- 1.li Result w Execute > Share main.py STDIN 1- def ispalindrome (string): string = string. Lower 1st = list(string) low = 0 high = len(1st)-1 while(low
Step by Step Solution
There are 3 Steps involved in it
The error youre encountering EOFError EOF when reading a line typically occurs when rawinput is used ... View full answer
Get step-by-step solutions from verified subject matter experts
