2) The volume V of water in a spherical tank of radius r = 2 m was calculated as a function of
the depth h of the water using the following expression
$$V = \frac{\pi h^2(3r - h)}{3}$$
and the data are stored in file waterVolume.dat available in Canvas. In this file the first column is
h in the range from 0 to 2r and the second column is V. Create the scripts to read this file in
MATLAB and Python and make the 2D plots. Add axis titles ('Depth h, m' and 'Volume V, m³')
and plot title ('Water Volume in Spherical Tank'). Line style, color, and markers are up to your
choice.