Write a python program. In this problem, we use a list of integers in the range 0,...n - 1 to specify a permutation of the numbers from 0 to n - 1. Write a function that accepts a permutation and prints out a tuple containing the following: a list of lists, where each sublist represents one of the cycles in the permutation (include the 1-cycles), and the sign (+-1) of the permutation.