Build a Bill Splitter - Step 2

Tell us what’s happening:

Hi, I am working on Step 2 and cannot make it through:

running_total = 0

num of friends = 4

Your code so far

running_total = 0


# User Editable Region

num of friends = 4

# User Editable Region

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36

Challenge Information:

Build a Bill Splitter - Step 2

make sure you write those underscores!
the python style for variable names is snake_case, note the underscore between the words

Thank you, already fixed. Thank you so much!