Python Programming Part 3: Meal Tip + Tax Calculator

preview_player
Показать описание
Learn how to perform more complex math operations, and also learn how to round a number to two decimal places for monetary output.

Note: output of this program will exclude tax from tip.

Рекомендации по теме
Комментарии
Автор

thank you so much i appreciate this greatly mr miles

oatmeal
Автор

Meal_cost= float(input("Please enter cost of the meal:\t$\n\n"))
ValueError: could not convert string to float: '
This keep popping up what does it mean thank you.

antonioalexander
Автор

Thanks this helps a lot now can you teach me how to do it in C

SH_Code