make a program that tries all possible assignments of swimmers to styles. for each assignment, compute and print the total time of the race. note that there are 24 different permutations possible. i recommend that you create a list of lists that holds all possible permutations of swimmers, and then use loops to go over the list.