Question: Write a python program to create >. This file consists of even numbers from 10 to 20. Then read this file(>) line by line and

Write a python program to create >. This file consists of even numbers from 10 to 20. Then read this file(>) line by line and store it into list. Finally display the sum of the third and fifth element. Sample Output: All Sum: numbers: ['10 ', '12 ', '14 ', '16 ', '18 ', '20 ', ''] 32 Sample txt file: numbers.txt x 10 12 1 2 3 4 14 16 18 5 6 20
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
