hello, I am a college student in my first year of computer programming,
I was wondering if you could look at my code to see whats wrong with it.
# Mark Rourke
# Sept 29, 2012
# Write a program to calculate the sales tax at the rate of 4% and 2%
respectively
# Thereafter compute the total sales
, please help!
Thanks
--
Mark Rourke
T: 705-728-6169
M: 705-331-0175
E: mark.rour...@gmail.com
Assignment3-1.docx
Description: Binary data
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org
The Following is my code:
#Mark Rourke, Mitch Lavalle
#Dec 04, 2012
#Global Constants
#Constant Integer MAX_QTY
MAX_QTY = 20
#Constant Real TAX_RATE
TAX_RATE = .13
#Constant Real Burger
Burger = .99
#Constant Real Fries
Fries = .79
#Constant Real Soda
Soda = 1.09
import sys
def getOrderNumber