Build a Bill Splitter - Step 4

Tell us what’s happening:

my code keeps saying to add += when it’s already added

Your code so far

running_total = 0
num_of_friends = 4
appetizers = 37.89
main_courses = 57.34
desserts = 39.39
drinks = 64.21

# User Editable Region

running_total += 37.89 + 57.34 + 39.39 + 64.21
print('Total bill so far:', + running_total)

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0

Challenge Information:

Build a Bill Splitter - Step 4

it does not look like you are using the variables that are in the code

i figured it out thanks

Pleasee how did go about it , am stuck there and the explanations am seeing is not adding up …

Hi @Fernado1,

Please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.

The easiest way to create a topic for help with your own solution is to click the Help button image located on each challenge. This will automatically import your code in a readable format and pull in the challenge URL while still allowing you to ask any question about the challenge or your code.

Thank you.

Happy coding!