Question: Write a function, sqrNum(ifile) which takes an infile with a string of characters on the first line. Some of these characters are numeric and some
Write a function, sqrNum(ifile) which takes an infile with a string of characters on the first line. Some of these characters are numeric and some are non-numeric. Use try/except to catch ValueErrors, TypeErrors and FileNotFoundErrors. Append the messages as shown to the list and return the list. The entire string of characters is processed. IN PYTHON

This is what the output should look like with this file
numbers Home Insert Design Layout References Mailings Review View | Courier New 10.5" A^AvAa Paste A 10 2 c 1 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
