Order the answer to: One of the most straightforward…
Question | Question 1 One of the most straightforward ways to quantify the biodiversity of an environment is simply to count the number of different species that can be found there, irrespective of how many times a particular species is observed. This measure is known as species richness. Write a function get_species_richness() that calculates the species richness of a habitat, based on a series of observations of various bird species. The function takes one argument: observed_list, a list of independent observations of bird species. The function should return a tuple consisting of: • the species richness, calculated as the number of different species observed; and • an alphabetically sorted list of the species that were observed. |
---|---|
Subject | python programming |
Have a writer answer this question by clicking below. If you have any questions you can contact us via live chat.