Hi everyone,
I'm a developer with just over 10 years' experience under my belt. I've
worked with many languages and frameworks, including the popular Django web
framework.
I'm currently in the market for remote opportunities. Please reply if
looking for a resource. Serious enquiries only please.
In your calls to the `*print*` function, you are not calling the `*mean*`
and `*mean2*` functions that you declared to calculate averages. So Python
sees you trying to concatenate two function objects to strings and is not
happy. That's one thing.
Secondly, your code could be refactored to define
Hi Marissa,
I really think that you could consider doing an introductory Python
tutorial and then venture back into solving this problem.
Understanding concepts like data types, function syntax and loops makes all
the difference in approaching programming challenges.
Here is a decent and free on