Read a data file. The files density_water.dat and density_air.dat files in the folder src/files contain data about the density of water and air (resp.) for different temperatures. The data files have some comment lines starting with # and some lines are blank. The rest of the lines contain density data: the temperature in the first column and the corresponding density in the second column. The goal of this exercise is to read the data in such a file and plot the density versus the temperature as distinct (small) circles for each data point. Let the program take the name of the data file as command-line argument. Apply the program to both files. Name of program file: read_density_data.py
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here