#WSQ16

Cars

Write a program that opens and reads the file 93cars.dat.txt and produces the following data:

  • average gas mileage in city (City MPG)
  • average gas mileage on highway (Highway MPG)
  • average midrange price of the vehicles in the set

https://github.com/VenkonProgram/wsq16/blob/master/cars.py

 

CC BY 4.0 #WSQ16 by Luis Vargas is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.