LONGEST PALINDROME word in the file. The longest is "malayalam" with 9 characters. with open("sowpods.txt", "r") as file: words = [line.strip() for line in file ...
LONGEST PALINDROME word in the file. The longest is "malayalam" with 9 characters.