Python Exercises PDF
Python Exercises PDF
Python Exercises PDF
Sample output:
Problem 2: solve for total meal/food charge
Create a program that calculates the total amount of a meal purchased at a restaurant. The program
should ask the user to enter the food charge, then calculate the amount of a 15 percent tip and 7
percent sales tax. Display each of these amounts and the total.
Sample output:
Problem 3: temperature conversion
Create a program to convert the temperature in degree centigrade to Fahrenheit
Sample output:
Please screenshot your codes with your
name, section, and problem number
NOTES: