def contains_sequence(dna1, dna2): \'\'\' (str, str) -> bool Return True if and only if DNA sequence dna2 occurs in the DNA sequence dna1. >&
Assuming you have a "good" IDE, it's best to set the tab key to make 4 spaces instead of a "tab", that way you have less problems, and it's good practice, for when you will work with other people.