Consider an Input File with the data items of any 10 numbers of 5-digit nature. Send the Output to another file, which is having a list of numbers from 10 numbers of input file, whose sum of digits is an even number.
Answers
Answered by
2
Answer:
Input : [1,2,3,4,6,7,10] Output : [5, 8, 9] Click me to see the sample solution. 9. Write a Python program to find three numbers from an array such that the sum of three numbers equal to zero. Go to the editor
Similar questions