Nano is here to help you find the average of a set of numbers! Enter each number one at a time. When you are done, enter "done". Click on Nano to reset the calculation process.
In this project, I used iteration of a list to calculate the average of a set of numbers entered by the user. I made sure to add code for edge cases (e.g. words instead of numbers entered, no numbers entered, or finding the average of only 1 number). One tip I'd share is to think about these edge cases that are rare but may come up. It'll help you squash bugs and act as a quality check for your program!