Defining modules#
Define a module sort in a file sort.py; copy in one of the sorts we wrote in week 11.
Define a module main in a file main.py; have it call a sort on a list and print out the sorted list.
Define a module sort in a file sort.py; copy in one of the sorts we wrote in week 11.
Define a module main in a file main.py; have it call a sort on a list and print out the sorted list.