# you have to convert it to integer cost_of_meal = int(input("Cost of meal: ")) tip_percent = int(input("Tip percent: "))
# next socket you have to convert it to integer ``` cost_of_meal = int(input("Cost of meal: ")... Thank you