Intro to Computer Science

Homework #6

CSV Files!


Code due by Monday, October 28th at 11:59:59pm

Late code may be submitted up to two days late for a penalty of 10% per day.


Introduction

My friend is a really big geography buff. He loves statistics about the various states and countries. Recently we were having an interesting discussion about which states were the most and least populous by size. That got us interested in calculating various popluation densities. For this assignment you will write the code to answer this question.


Specifics

In a file called: hw06.py

Create a program that should:

Hint: You may want to open the csv files with notepad or textedit to make sure things are right (e.g. you have commas where you need them, the data goes on multiple rows, etc.).


Final Submission

Use the program submission system to upload your code.