Python Exercises PDF

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Python Exercises

Problem 1: solve for the average


Create a program that will accept grades for three subjects and print the average.

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

Sample code submission:

NOTES:

Send your screenshots of


codes via direct message
on messenger.

You can archive your


screenshots to 1 file using
WinRar, Zip,7-zip, etc.

You might also like