Quotes help make search much faster. Example: "Practice Makes Perfect"

Thursday, November 22, 2012

Codecademy: "Second Verse, Same as the First"


#sample solution


#Assign the variable total on line 8!

meal = 44.50
tax = 0.0675
tip = 0.15

meal = meal + meal * tax
total = meal + meal * tip

print("%.2f" % total)

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts