Question: A python program 1. Create a program that will open the file numbers.txt and check each line if the sum of the given string digit

A python program
1. Create a program that will open the file numbers.txt and check each line if the sum of the given string digit numbers is palindrome If the given numbers are 10,20,30,17 then you have to add the numbers (77) then the number is said to be sum palindrome. Example output Line 1: 10,20,30,17 (sum 77) - Palindrome Line 2: 1,2,3,4,5 (sum 15) - Not a palindrome
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
