Hi everybody,
I have started the Data Analyst course and have reached the end of my first project. I am very happy and would like to know what you think about how I wrote the code and also about the final output.
Github: https://bit.ly/3qLM1OB
I thank anyone who feels like having a look.
Hi! Thanks for sharing. This is interesting. I was looking at your code for the function “fix_number,” and I want to make sure I’m understanding it. Is this a function that finds the average of a list of numbers and return the average as an integer?
1 Like
Thanks for your comment!
Yes, that’s exactly what the functions did!
Take a list of number and gives you back the average as an integer! 
1 Like