Help me study for my Python class. I’m stuck and don’t understand.
You will write an application that will calculate and print an invoice for a student at Columbus State having a single, three-credit class, plus book, and course fee
Python Assignment
The objectives of this lab assignment are as follows:
- Declare variables
- Use comments
- Use escape sequences for both newline and tabs
- Use arithmetic operators
- Output data to the console
Skills Required
To properly complete this assignment, you will need to apply the following skills:
- Create variables
- Perform simply calculations
- Output data to the user
Assignment User Story
As a user I want an application that will print an invoice for tuition, book, and lab fee.
Assignment Requirements
In this application you will calculate the total cost for tuition for one, three-credit class at Columbus State. And you will print a nicely formatted invoice that includes a line for books, lab fees, and tuition. You will then calculate the total of these individual line items and print that total.
When complete, your output should be as pictured below: