Question: write the python program, Consider a text file that contains single line of test. The line of text is a series of numbers separated by
write the python program,
Consider a text file that contains single line of test. The line of text is a series of numbers separated by commas. (ex: 23,240432,64,12,17) If the file is opened as infile (infile = open(filename,"r")) write a snippet of code to read the contents into a list of numbers and print to the screen any number that is larger than 24. (Hint: remember to consider type. There is a lot going on here but I am mostly looking to see if you know the correct sequencing of commands. Don't worry if you don't know a specific command perfectly, most of the points are for the ideas).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
