Question: Need a python script that reads a file that has numbers and non-numeric data: The script must read the file and skip over the elements

Need a python script that reads a file that has numbers and non-numeric data:

The script must read the file and skip over the elements data that are non-numeric. in other words, we need the python code to pluck-out the odd unique numbers" from the file with numbers and non-numeric data

input file {timeless 63 152 547 547 573 545 Pembrook high-cut 514 752 72} out put file {unique odd numbers 547, 573, 545}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!