Im having an issue starting out a problem.
I am trying to take a list of poisonous snakes, and my python function needs to take this list of snakes and a given plane name with a list of things. It will then return the number of matches between the snakes and the plane lists.
Code:
Snakes = ['Diamondback', 'Rattlesnake', 'Cottonmouth', 'Cobra', 'Black Mamba', 'Viper', 'coral', 'taipan', 'eastern brown']