Add the following methods to the main program:
-
def sort_integers(integers)that sorts a list of integers. -
def sort_strings(strings)that sorts a list of strings into alphabetical order.
Be sure to use the ready-made Python libraries in your implementation.