#Python Tip Calculator help

1 messages · Page 1 of 1 (latest)

next socket
#

you have to convert it to integer

cost_of_meal = int(input("Cost of meal: "))
tip_percent = int(input("Tip percent: "))