1) Write a Python function that receives three integer arguments and returns the maximum of the three values.
2) Write a Python program where the main function uses an
input function to get the miles driven (a decimal value)
and the gallons of gas used (an integer value), then
writes out the miles per gallon, using the function from
Exercise 28.
Comments
Leave a comment