Coding help for project idea
Hi, I'm currently teaching myself coding and I am finding it a little challenging. I have decided to start a little project to help my coding experience. The premise of it is, I am trying to write a function that calculates the species richness of a habitat, based on my observations of various fish species. I want to write a list based on user input, have the function return a tuple consisting of the number of species I have cited (different species), remove any duplicates and list these species in alphabetical order. As you can probably tell I have my vision clearly laid out, however, the way in which I execute this project is challenging. The sophisticatedness of the coding doesn't have to be high level, only that it makes sense and is readable. Any assistance I can receive with this would be greatly appreciated. Thanks, Amy :D