0
Meal= int (input ()) can anyone tell me why this wornt work?
for a bill toatal code
5 Respostas
+ 4
meal = float(input()) will work for 45.67
+ 4
What is your problem here?
It works fine
0
#how much is your bill
meal= int(input())
tax=12.0/100
tip=15.0/100
meal= meal+ meal *tax
meal= meal+meal*tip
print (meal
0
) at the end
0
how do i get it to work with 45.67