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

Write a python program to create >. This file consists of odd numbers from 1 to 20. Then read this file(>) line by line and store it into list. Finally display the multiplication of the first and second element. Sample Output: All numbers: 1 ', '3 ', $ ', 7 ', 9 ', 'li ', 13 ', 15 ', '17 ', '19 ', Multiplication: 3 Sample txt file: numbers.txt 1 1 2 3 3 5 4 7 5 9 6 11 7 8 15 9 17 10 19 13
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
