Question: Write a robust python program to create ccnumbers.txt 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 ccnumbers.txt 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 the recnumbers to ine by line and store it into list Finally display the odd numbers in the array (Accroding to the sample tile, your program must display 280: 855, 387 as an output) Wert
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
