Question: unction 4 : identify _ dna This function will have multiple parameters, the first of which should be the following. mystery _ dna ( type:

unction 4: identify_dna
This function will have multiple parameters, the first of which should be the following.
mystery_dna (type: str): The DNA sequence to identify.
You will also need additional parameters, but those will likely depend on what you returned by create_dna_profiles.
This function should return the following type of value: str
This function should only return the name of the person that matches the given DNA sequence (i.e. mystery_dna), e.g.Alice or Bob. If the DNA doesnt match anyone given in the DNA database, it should return No match.
For this function you will need to use your find_max_consecutive function to help you see if the given DNA matches any found in the database.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!