Distance Traveled
Assuming there are no accidents or delays, the distance that a car travels down the interstate can be calculated
with the following formula:
Distance = Speed X Time
A car travelling at 70 miles per hour. Write a python program that displays the following:
\begin{itemize}
\item The distance the car will travel in 6 hours,
\item The distance the car will travel in 10 hours,
\item The distance the car will travel in 15 hours,
\item Given the distance from Chattanooga, TN to San Antonio, TX is 1008.4 miles how long it takes to get there.
\end{itemize}
Make sure you add comments on top and comments selected statements within your program. Submit the
source file ".py", no zipped upload.