Project: Receipt Calculator
Projects are how you get out of tutorial hell. You've watched others build things step by step — now you build it yourself from a blank file. That hands-on practice fixes the thing every learner complains about: “I understand it while learning, then forget it a week later.”
Complete each project in your own environment and submit it by linking your code (e.g. a GitHub repo). Push your work to GitHub and submit the repository link below. Your project will be listed under submissions so other students can review it. Completing projects helps you practice real skills, build a portfolio, and earn progress in the course.
- Item prices and quantities stored in variables
- Subtotal, tax, and grand total calculated with math operators
- Money values displayed rounded to 2 decimals
- A readable receipt is printed with print()
Submissions
- Irving Phillips7/13/2026
Build a small program that prints a store receipt. Starting from a few item prices and quantities stored in variables, calculate the subtotal, add sales tax, and print a neatly formatted receipt with a final total.
View project →