Python Forum
Monthly pollution rate - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Monthly pollution rate (/thread-25369.html)



Monthly pollution rate - RbaPhoenix - Mar-28-2020

Writing a python script that lets the user enter monthly air pollution amount for each of 12 months into tuple. The program should calculate and print the total pollution amount within a year, average monthly pollution rate, the index of the months of with highest and lowest amounts.


RE: Monthly pollution rate - ndc85430 - Mar-28-2020

What have you done and where are you stuck? We aren't here to do your homework for you!


RE: Monthly pollution rate - RbaPhoenix - Mar-28-2020

I couldn't do this problem and I just need opinions to do it, I am not saying that someone do for me... If you don't want to say something useful you can pass this post...! You don't have to say something or do something!!


RE: Monthly pollution rate - ndc85430 - Mar-28-2020

If you're struggling with the material so much, perhaps it's worth speaking to the teacher of your course.


RE: Monthly pollution rate - ibreeden - Mar-28-2020

Can you, just for a start, write a program that lets the user enter 12 numbers?