Create a function, called separate_int_and_str, which takes in a list and separa ...
Create a function, called separate_int_and_str, which takes in a list and separates out the
integer values and strings into their own lists. You will return the two lists of integers and strings as a
new list. Review the template below with all information needed. You will start writing these
functions for yourself moving forward.
Price $20.00