1.

Convert this string

123-456-789

into this string

321:654:987

In [ ]:

2.

Read the DNA sequence in the file dan.fasta and find the longest run of a single nucleotide. For example, the longest run in GATTACA is T with a length of 2. Ignore lines beginning with >.

In [ ]: