Question: Write a robust python program to create >. This file consists of random integer number (between 100-1000). Get the number of integers from the user

Write a robust python program to create >. This file consists of random integer number (between 100-1000). Get the number of integers from the user (n) and according to this number, fill the file. --Sample file format-(Please do not write these data on your file, you need to create a file. Assume that n = 7, n is the total number of the integers that is taken by the user.) 724 289 418 855 540 630 367 Then read this file(>) line by line and store it into list. Finally display the numbers whose indexes are odd in the array. (Accroding to the sample file, your program must display 289, 855, 630 as an output.) We can not easily make your program crash. THERE SHOULD BE NO BUGS IN THE CODE YOU WROTE. Your program should be very robust. You should handled all exceptions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
