Write a Python script that converts a FASTA alignment in non-interleaved format to one in PHYLIP format also in non-interleaved. So if the input is >A ACAGGT >B ACGTGA >C ACC--A then the output on the screen should be 3 7 A ACAGGT B ACGTGA C ACC--A Note that the > symbol in the sequences names is present in just the FASTA format. Your program should work for any input file and not just this example. Submit a hardcopy in class on Nov 14th, 2012.